diff options
author | Jim Meyering <jim@meyering.net> | 1998-05-11 03:13:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-05-11 03:13:36 +0000 |
commit | 2c5862c80845f9f3827109b436196903ba765441 (patch) | |
tree | ff6d3ace23a7ffb9a876c986fc0e960a89427516 /tests/mv | |
parent | 268db2760a7202f3cf44dbd2c55a52e7ce7679a0 (diff) | |
download | coreutils-2c5862c80845f9f3827109b436196903ba765441.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests/mv')
-rwxr-xr-x | tests/mv/setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mv/setup b/tests/mv/setup index 5d1587efb..f3f144706 100755 --- a/tests/mv/setup +++ b/tests/mv/setup @@ -33,12 +33,13 @@ if test -z "$other_partition_tmpdir"; then cat <<EOF 1>&2 ************************************** This test requires a writable directory on a different disk partition, -and I couldn\'t find one. I tried these defaults: +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 a different list. ************************************** EOF + #' fi test "$VERBOSE" = yes && set -x |