summaryrefslogtreecommitdiff
path: root/tests/ln/backup-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ln/backup-1')
-rwxr-xr-xtests/ln/backup-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ln/backup-1 b/tests/ln/backup-1
index 1dc72a71e..6a123e3fb 100755
--- a/tests/ln/backup-1
+++ b/tests/ln/backup-1
@@ -22,7 +22,7 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ ln
-touch a b || framework_failure
+touch a b || framework_failure_
ln b b~ || fail=1
ln -f --b=simple a b || fail=1