diff options
author | Jim Meyering <jim@meyering.net> | 1998-11-30 00:46:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-11-30 00:46:14 +0000 |
commit | b9c6c84a8c551943453fb5609eaea66d25d78b63 (patch) | |
tree | 6aa7bcb77a559c8eb1441af04f2f87e9b052ff5c /tests | |
parent | 3c6a1e9f084a214444de51976ef11df0a1d8b206 (diff) | |
download | coreutils-b9c6c84a8c551943453fb5609eaea66d25d78b63.tar.xz |
handle VERBOSE
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/into-self | 5 |
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 |