summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/018
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/018')
-rwxr-xr-xtests/qemu-iotests/0182
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/018 b/tests/qemu-iotests/018
index d8a7d435ab..8da230454a 100755
--- a/tests/qemu-iotests/018
+++ b/tests/qemu-iotests/018
@@ -25,7 +25,7 @@ seq=`basename $0`
echo "QA output created by $seq"
here=`pwd`
-tmp=/tmp/$$
+tmp=${QEMU_IOTESTS_TMPDIR:-/tmp}/$$
status=1 # failure is the default!
_cleanup()