From 14a360325d6d511c0e447d289a5c13932dcddde9 Mon Sep 17 00:00:00 2001 From: bapt Date: Sat, 2 May 2015 12:19:24 +0000 Subject: Actually push the right tests --- usr.bin/col/tests/col.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'usr.bin/col') 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() -- cgit v1.1