diff options
Diffstat (limited to 'tests/cp/link-no-deref')
-rwxr-xr-x | tests/cp/link-no-deref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/link-no-deref b/tests/cp/link-no-deref index 12007e2a6..ca0e5478c 100755 --- a/tests/cp/link-no-deref +++ b/tests/cp/link-no-deref @@ -19,7 +19,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ cp -ln -s no-such-file dangling-slink || framework_failure +ln -s no-such-file dangling-slink || framework_failure_ # Prior to coreutils-6.0, this would fail on non-Linux kernels, |