]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 15:50:25 +0000 (15:50 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Nov 2001 15:50:25 +0000 (15:50 +0000)
tests/mv/dup-source

index 3a0a6fd423144b7241300e72e0bb434b3a27f79b..350be114622cca7fd610fda2fd6c650cb93cf80e 100755 (executable)
@@ -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