svn commit: r303367 - head/usr.bin/sed/tests

Garrett Cooper ngie at FreeBSD.org
Wed Jul 27 06:49:17 UTC 2016


Author: ngie
Date: Wed Jul 27 06:49:16 2016
New Revision: 303367
URL: https://svnweb.freebsd.org/changeset/base/303367

Log:
  Testcase 7.8 no longer needs to be marked TODO
  
  It passes out of the box today
  
  MFC after: 2 months
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/usr.bin/sed/tests/multi_test.sh

Modified: head/usr.bin/sed/tests/multi_test.sh
==============================================================================
--- head/usr.bin/sed/tests/multi_test.sh	Wed Jul 27 06:36:57 2016	(r303366)
+++ head/usr.bin/sed/tests/multi_test.sh	Wed Jul 27 06:49:16 2016	(r303367)
@@ -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