svn commit: r313397 - head/usr.bin/sed/tests
Ngie Cooper
ngie at FreeBSD.org
Tue Feb 7 18:23:46 UTC 2017
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
More information about the svn-src-all
mailing list