diff options
author | bapt <bapt@FreeBSD.org> | 2015-05-02 12:19:24 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-05-02 12:19:24 +0000 |
commit | 14a360325d6d511c0e447d289a5c13932dcddde9 (patch) | |
tree | a4e3e8f82a41a04de902c2aa8559c070d3de2a5f /usr.bin/col | |
parent | b76c241652fa695a84e22aa11f21e1a67bedaa3d (diff) | |
download | FreeBSD-src-14a360325d6d511c0e447d289a5c13932dcddde9.zip FreeBSD-src-14a360325d6d511c0e447d289a5c13932dcddde9.tar.gz |
Actually push the right tests
Diffstat (limited to 'usr.bin/col')
-rwxr-xr-x | usr.bin/col/tests/col.sh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.bin/col/tests/col.sh b/usr.bin/col/tests/col.sh index 1730c90..c072aab 100755 --- a/usr.bin/col/tests/col.sh +++ b/usr.bin/col/tests/col.sh @@ -15,22 +15,16 @@ rlf_body() col < $(atf_get_srcdir)/rlf.in atf_check \ - -o inline:"a b3\n" \ + -o inline:"a b\n" \ -e empty \ -s exit:0 \ col < $(atf_get_srcdir)/rlf2.in atf_check \ - -o inline:"a b3\n" \ + -o inline:"a b\n" \ -e empty \ -s exit:0 \ col -x < $(atf_get_srcdir)/rlf2.in - - atf_check \ - -o inline:"a b3\n" \ - -e empty \ - -s exit:0 \ - col -p < $(atf_get_srcdir)/rlf2.in } atf_init_test_cases() |