From: Jim Meyering Date: Thu, 3 Feb 2000 16:48:37 +0000 (+0000) Subject: Remove MV/RM-setting code, now that those vars aren't used. X-Git-Tag: SH-UTILS-2_0f~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b85a5c1020d77def5956d4342556629ea7553dd;p=thirdparty%2Fcoreutils.git Remove MV/RM-setting code, now that those vars aren't used. --- diff --git a/tests/mv/into-self-3 b/tests/mv/into-self-3 index 5a9285334c..94de9c8d35 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