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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to