handle VERBOSE
authorJim Meyering <jim@meyering.net>
Mon, 30 Nov 1998 00:46:14 +0000 (00:46 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 30 Nov 1998 00:46:14 +0000 (00:46 +0000)
tests/mv/into-self

index aa39e65..02d1a7f 100755 (executable)
@@ -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