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

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Jun 11 03:03:52 UTC 2020


Author: 0mp (doc,ports committer)
Date: Thu Jun 11 03:03:52 2020
New Revision: 362039
URL: https://svnweb.freebsd.org/changeset/base/362039

Log:
  Remove duplicate lines from sed tests
  
  Reported by:	yuripv
  Approved by:	pfg (src)
  MFC after:	2 weeks
  X-MFC-With:	362017

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

Modified: head/usr.bin/sed/tests/sed2_test.sh
==============================================================================
--- head/usr.bin/sed/tests/sed2_test.sh	Thu Jun 11 00:36:35 2020	(r362038)
+++ head/usr.bin/sed/tests/sed2_test.sh	Thu Jun 11 03:03:52 2020	(r362039)
@@ -177,7 +177,5 @@ atf_init_test_cases()
 	atf_add_test_case inplace_symlink_src
 	atf_add_test_case escape_subst
 	atf_add_test_case commands_on_stdin
-	atf_add_test_case commands_on_stdin
-	atf_add_test_case commands_on_stdin
 	atf_add_test_case hex_subst
 }


More information about the svn-src-all mailing list