summaryrefslogtreecommitdiff
path: root/tests/mv/diag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/diag')
-rwxr-xr-xtests/mv/diag6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/diag b/tests/mv/diag
index ccf034e49..2007ee063 100755
--- a/tests/mv/diag
+++ b/tests/mv/diag
@@ -19,9 +19,9 @@
. "${srcdir=.}/init.sh"; path_prepend_ ../src
print_ver_ mv
-touch f1 || framework_failure
-touch f2 || framework_failure
-touch d || framework_failure
+touch f1 || framework_failure_
+touch f2 || framework_failure_
+touch d || framework_failure_
# These mv commands should all exit nonzero.