diff options
Diffstat (limited to 'tests/cp/r-vs-symlink')
-rwxr-xr-x | tests/cp/r-vs-symlink | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cp/r-vs-symlink b/tests/cp/r-vs-symlink index feca7d631..0ca358cf4 100755 --- a/tests/cp/r-vs-symlink +++ b/tests/cp/r-vs-symlink @@ -23,9 +23,9 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ cp -echo abc > foo || framework_failure -ln -s foo slink || framework_failure -ln -s no-such-file no-file || framework_failure +echo abc > foo || framework_failure_ +ln -s foo slink || framework_failure_ +ln -s no-such-file no-file || framework_failure_ # This would fail in 4.1.5, not in 4.1.6. |