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
This commit is contained in:
Enji Cooper 2017-02-07 18:23:44 +00:00
parent f17e4f0759
commit e58164041c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313397

View file

@ -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