diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-22 15:50:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-22 15:50:25 +0000 |
commit | 52be7173c068719c87a2c59cc279b6e4bbe4c13a (patch) | |
tree | 9a4e8a382b62ce2ed44ebe94f4e15df47c47b931 /tests | |
parent | 746246f20f7d92550460d09bb706216bd8be45dd (diff) | |
download | coreutils-52be7173c068719c87a2c59cc279b6e4bbe4c13a.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/dup-source | 3 |
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 |