summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/084
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/084')
-rwxr-xr-xtests/qemu-iotests/0842
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/084 b/tests/qemu-iotests/084
index ae33c2cba4..bbd06b11dc 100755
--- a/tests/qemu-iotests/084
+++ b/tests/qemu-iotests/084
@@ -26,7 +26,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()