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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user