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