summaryrefslogtreecommitdiff
path: root/tests/mv/into-self
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-27 10:14:24 +0000
committerJim Meyering <jim@meyering.net>1999-11-27 10:14:24 +0000
commitd10b18f2b9278a231f6b9cfd15669c33d32fc893 (patch)
tree8b02d8a4b550dd7de2992d5c6a0ab12f78c3ce19 /tests/mv/into-self
parent511cd5b6ae3edb4c85a31f90775ff9bdd35bd539 (diff)
downloadcoreutils-d10b18f2b9278a231f6b9cfd15669c33d32fc893.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/mv/into-self')
-rwxr-xr-xtests/mv/into-self5
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