From: Jim Meyering Date: Thu, 22 Nov 2001 15:50:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_2~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52be7173c068719c87a2c59cc279b6e4bbe4c13a;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/mv/dup-source b/tests/mv/dup-source index 3a0a6fd423..350be11462 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