Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Feb 2017 18:23:44 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313397 - head/usr.bin/sed/tests
Message-ID:  <201702071823.v17INiut005236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Feb  7 18:23:44 2017
New Revision: 313397
URL: https://svnweb.freebsd.org/changeset/base/313397

Log:
  Don't expect :inplace_symlink_src to fail anymore (post-r313277)
  
  The S_ISREG check was restored, such that the code will again fail with
  in-place replacements on symlinks
  
  MFC after:	12 days
  X-MFC with:	r313277
  Sponsored by:	Dell EMC Isilon

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	Tue Feb  7 18:19:11 2017	(r313396)
+++ head/usr.bin/sed/tests/sed2_test.sh	Tue Feb  7 18:23:44 2017	(r313397)
@@ -47,8 +47,6 @@ inplace_symlink_src_head()
 }
 inplace_symlink_src_body()
 {
-	atf_expect_fail "Check for S_IFREG reverted in r312404"
-
 	echo foo > a
 	atf_check ln -s a b
 	atf_check -e not-empty -s not-exit:0 sed -i '' -e 's,foo,bar,g' b



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