diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/mv/setup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mv/setup b/tests/mv/setup index 94a3c67f9..8f03475b3 100755 --- a/tests/mv/setup +++ b/tests/mv/setup @@ -38,3 +38,6 @@ Set your environment variable CANDIDATE_TMP_DIRS to make this test use use a different list. EOF fi + +test "$VERBOSE" = yes && set -x + |