1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 02:30:27 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-05-11 03:13:00 +00:00
parent 0062e8f915
commit 268db2760a
+3 -1
View File
@@ -29,13 +29,15 @@ for d in $CANDIDATE_TMP_DIRS; do
done
if test -z $other_partition_tmpdir; then
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:
$CANDIDATE_TMP_DIRS
Set your environment variable CANDIDATE_TMP_DIRS to make this test
use a different list.
**************************************
EOF
fi