summaryrefslogtreecommitdiff
path: root/tests/touch/no-dereference
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/no-dereference')
-rwxr-xr-xtests/touch/no-dereference6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/touch/no-dereference b/tests/touch/no-dereference
index b73274627..cf69ffcc8 100755
--- a/tests/touch/no-dereference
+++ b/tests/touch/no-dereference
@@ -19,9 +19,9 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ touch
-ln -s nowhere dangling || framework_failure
-touch file || framework_failure
-ln -s file link || framework_failure
+ln -s nowhere dangling || framework_failure_
+touch file || framework_failure_
+ln -s file link || framework_failure_
# These first tests should work on every platform.