diff options
Diffstat (limited to 'tests/mv')
-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 |