diff options
Diffstat (limited to 'tests/mv/into-self')
-rwxr-xr-x | tests/mv/into-self | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/mv/into-self b/tests/mv/into-self index aee5f0f12..fe48b4f4d 100755 --- a/tests/mv/into-self +++ b/tests/mv/into-self @@ -1,11 +1,6 @@ #! /bin/sh # Demonstrate how mv fails when it tries to move a directory into itself. -: ${MV=mv} -: ${MKDIR=mkdir} -: ${RM=rm} -: ${TOUCH=touch} - if test "$VERBOSE" = yes; then set -x mv --version |