From 078fd35f793c105b8a6c6886da1bc52429704524 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 2 May 2015 12:19:24 +0000 Subject: [PATCH] Actually push the right tests --- usr.bin/col/tests/col.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/usr.bin/col/tests/col.sh b/usr.bin/col/tests/col.sh index 1730c90297d7..c072aab929cd 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()