summaryrefslogtreecommitdiff
path: root/tests/mv
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv')
-rwxr-xr-xtests/mv/dup-source3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mv/dup-source b/tests/mv/dup-source
index 3a0a6fd42..350be1146 100755
--- a/tests/mv/dup-source
+++ b/tests/mv/dup-source
@@ -1,7 +1,8 @@
#!/bin/sh
-# Ensure that cp/mv merely warn when a non-directory source file is
+# Ensure that cp merely warns when a non-directory source file is
# listed on the command line more than once. fileutils-4.1.1
# made this fail: cp a a d/
+# Ensure that mv fails with a similar command.
if test "$VERBOSE" = yes; then
set -x