summaryrefslogtreecommitdiff
path: root/tests/mv/diag
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/diag')
-rwxr-xr-xtests/mv/diag4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/diag b/tests/mv/diag
index f30ba92ad..c8ba7f3e7 100755
--- a/tests/mv/diag
+++ b/tests/mv/diag
@@ -36,9 +36,9 @@ mv --target=f2 f1 >> out 2>&1 && fail=1
cat > exp <<\EOF
mv: missing file operand
-Try `mv --help' for more information.
+Try 'mv --help' for more information.
mv: missing destination file operand after `no-file'
-Try `mv --help' for more information.
+Try 'mv --help' for more information.
mv: target `f1' is not a directory
mv: target `f2' is not a directory
EOF