diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-03 16:48:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-03 16:48:37 +0000 |
commit | 3b85a5c1020d77def5956d4342556629ea7553dd (patch) | |
tree | 0b854a408cda9ec6f8c3b413905a45b9d174ff8c /tests | |
parent | 03885c59b5ffcb4e5229e69c4f4f2e284c01f849 (diff) | |
download | coreutils-3b85a5c1020d77def5956d4342556629ea7553dd.tar.xz |
Remove MV/RM-setting code, now that those vars aren't used.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/into-self-3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/mv/into-self-3 b/tests/mv/into-self-3 index 5a9285334..94de9c8d3 100755 --- a/tests/mv/into-self-3 +++ b/tests/mv/into-self-3 @@ -1,9 +1,6 @@ #!/bin/sh # move a directory into itself, with a twist -: ${MV=mv} -: ${RM=rm} - if test "$VERBOSE" = yes; then set -x mv --version |