svn commit: r282341 - head/usr.bin/col/tests

Baptiste Daroussin bapt at FreeBSD.org
Sat May 2 12:19:25 UTC 2015


Author: bapt
Date: Sat May  2 12:19:24 2015
New Revision: 282341
URL: https://svnweb.freebsd.org/changeset/base/282341

Log:
  Actually push the right tests

Modified:
  head/usr.bin/col/tests/col.sh

Modified: head/usr.bin/col/tests/col.sh
==============================================================================
--- head/usr.bin/col/tests/col.sh	Sat May  2 12:18:28 2015	(r282340)
+++ head/usr.bin/col/tests/col.sh	Sat May  2 12:19:24 2015	(r282341)
@@ -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()


More information about the svn-src-all mailing list