svn commit: r307724 - stable/11/usr.bin/sed/tests

Ngie Cooper ngie at FreeBSD.org
Fri Oct 21 08:40:25 UTC 2016


Author: ngie
Date: Fri Oct 21 08:40:24 2016
New Revision: 307724
URL: https://svnweb.freebsd.org/changeset/base/307724

Log:
  MFC r303367:
  
  Testcase 7.8 no longer needs to be marked TODO
  
  It passes out of the box today

Modified:
  stable/11/usr.bin/sed/tests/multi_test.sh
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/sed/tests/multi_test.sh
==============================================================================
--- stable/11/usr.bin/sed/tests/multi_test.sh	Fri Oct 21 08:38:18 2016	(r307723)
+++ stable/11/usr.bin/sed/tests/multi_test.sh	Fri Oct 21 08:40:24 2016	(r307724)
@@ -383,7 +383,6 @@ test_print()
 	mark '7.8'
 	echo line1 > lines3
 	echo "" >> lines3
-	TODO=1
 	$SED -n -e '$p' lines3 /dev/null
 		
 }


More information about the svn-src-all mailing list