diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-30 15:22:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-30 15:22:04 +0000 |
commit | 8b861292c647d4c1f44704b441911838f57c5868 (patch) | |
tree | 2b53ae71c2cce5bb34e8eb263af41b7bcc7bc3ec /tests | |
parent | 39f54be32175e1122807b86a4976b6fbc2561e40 (diff) | |
download | coreutils-8b861292c647d4c1f44704b441911838f57c5868.tar.xz |
--, not ---
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/i-link-no | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/i-link-no b/tests/mv/i-link-no index f02614ef6..91429ab84 100755 --- a/tests/mv/i-link-no +++ b/tests/mv/i-link-no @@ -32,7 +32,7 @@ fi fail=0 -mv ---reply=no a/bar a/foo b < no 2> err > out || fail=1 +mv --reply=no a/bar a/foo b < no 2> err > out || fail=1 cat <<EOF > exp EOF |