diff options
Diffstat (limited to 'tests/ln/slash-decorated-nonexistent-dest')
-rwxr-xr-x | tests/ln/slash-decorated-nonexistent-dest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/slash-decorated-nonexistent-dest b/tests/ln/slash-decorated-nonexistent-dest index 29238451c..4716292fd 100755 --- a/tests/ln/slash-decorated-nonexistent-dest +++ b/tests/ln/slash-decorated-nonexistent-dest @@ -19,7 +19,7 @@ . "${srcdir=.}/init.sh"; path_prepend_ ../src print_ver_ ln -touch f || framework_failure +touch f || framework_failure_ # Before coreutils-7.6, this would succeed on Solaris 10 |