]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove MV/RM-setting code, now that those vars aren't used.
authorJim Meyering <jim@meyering.net>
Thu, 3 Feb 2000 16:48:37 +0000 (16:48 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 3 Feb 2000 16:48:37 +0000 (16:48 +0000)
tests/mv/into-self-3

index 5a9285334c38a8a073f46d20d2a8e5a0b999dc01..94de9c8d35a3f5e2e57eefffd3c21b59bdd8a3cc 100755 (executable)
@@ -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