diff options
author | Jim Meyering <jim@meyering.net> | 1999-11-27 10:14:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-11-27 10:14:24 +0000 |
commit | d10b18f2b9278a231f6b9cfd15669c33d32fc893 (patch) | |
tree | 8b02d8a4b550dd7de2992d5c6a0ab12f78c3ce19 | |
parent | 511cd5b6ae3edb4c85a31f90775ff9bdd35bd539 (diff) | |
download | coreutils-d10b18f2b9278a231f6b9cfd15669c33d32fc893.tar.xz |
*** empty log message ***
-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 |