diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-11 03:09:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-11 03:09:18 +0000 |
commit | 0062e8f915cc165d69b626abf24b987be0f3375e (patch) | |
tree | 15a2f7d050105a558ab04c09a63ff107f636c0be /tests/mv | |
parent | 057743741f326f9336b2cea5903d5c83d2eb2385 (diff) | |
download | coreutils-0062e8f915cc165d69b626abf24b987be0f3375e.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/setup | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/mv/setup b/tests/mv/setup index 8f03475b3..41a76c155 100755 --- a/tests/mv/setup +++ b/tests/mv/setup @@ -34,10 +34,9 @@ if test -z $other_partition_tmpdir; then This test requires a writable directory on a different disk partition, and I couldn\'t find one. I tried these defaults: $CANDIDATE_TMP_DIRS -Set your environment variable CANDIDATE_TMP_DIRS to make this test use +Set your environment variable CANDIDATE_TMP_DIRS to make this test use a different list. EOF fi test "$VERBOSE" = yes && set -x - |