Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 03:03:52 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r362039 - head/usr.bin/sed/tests
Message-ID:  <202006110303.05B33qcO091637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006110303.05B33qcO091637>