summaryrefslogtreecommitdiff
path: root/tests/other-fs-tmpdir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/other-fs-tmpdir')
-rwxr-xr-xtests/other-fs-tmpdir8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/other-fs-tmpdir b/tests/other-fs-tmpdir
index baee6d5db..a4f77793f 100755
--- a/tests/other-fs-tmpdir
+++ b/tests/other-fs-tmpdir
@@ -44,16 +44,14 @@ for d in $CANDIDATE_TMP_DIRS; do
done
if test -z "$other_partition_tmpdir"; then
- cat <<EOF 1>&2
-**************************************
+ skip_test_ \
+"**************************************
This test requires a writable directory on a different
disk partition, and I couldn't find one. I tried these:
$CANDIDATE_TMP_DIRS
Set your environment variable CANDIDATE_TMP_DIRS to make
this test use a different list.
-**************************************
-EOF
- (exit 77); exit 77
+**************************************"
fi
test "$VERBOSE" = yes && set -x