diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-21 16:14:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-21 16:14:15 +0000 |
commit | 26c02dd94635131a5d4665579abc1694c1a657f2 (patch) | |
tree | 1326d1ded41be89f5b3c98ca4d2a640cef6620c5 /tests | |
parent | a03a97d7d890b31b71cdc0551d5ee4e66b89ed7d (diff) | |
download | coreutils-26c02dd94635131a5d4665579abc1694c1a657f2.tar.xz |
.
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 + |