summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-11-30 00:46:14 +0000
committerJim Meyering <jim@meyering.net>1998-11-30 00:46:14 +0000
commitb9c6c84a8c551943453fb5609eaea66d25d78b63 (patch)
tree6aa7bcb77a559c8eb1441af04f2f87e9b052ff5c /tests
parent3c6a1e9f084a214444de51976ef11df0a1d8b206 (diff)
downloadcoreutils-b9c6c84a8c551943453fb5609eaea66d25d78b63.tar.xz
handle VERBOSE
Diffstat (limited to 'tests')
-rwxr-xr-xtests/mv/into-self5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/mv/into-self b/tests/mv/into-self
index aa39e653a..02d1a7fce 100755
--- a/tests/mv/into-self
+++ b/tests/mv/into-self
@@ -6,6 +6,11 @@
: ${RM=rm}
: ${TOUCH=touch}
+if test "$VERBOSE" = yes; then
+ set -x
+ $MV --version
+fi
+
dir=into-self-dir
file=into-self-file