summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/108
diff options
context:
space:
mode:
authorSascha Silbe <silbe@linux.vnet.ibm.com>2016-04-12 16:56:19 +0200
committerMax Reitz <mreitz@redhat.com>2016-04-15 17:56:56 +0200
commit339f06a3bce1c020a08c9dbe1d8e78fb28166de1 (patch)
tree679b3145ad57dc5cd48351b2c155a089423c484f /tests/qemu-iotests/108
parent6bb6f6cd9e1ae8f434ce5bdf1adb09e40f61fabc (diff)
downloadqemu-339f06a3bce1c020a08c9dbe1d8e78fb28166de1.tar.gz
qemu-iotests: tests: do not set unused tmp variable
The previous commit removed the last usage of ${tmp} inside the tests themselves; the only remaining users are sourced by check. So we can now drop this variable from the tests. Signed-off-by: Sascha Silbe <silbe@linux.vnet.ibm.com> Reviewed-by: Bo Tu <tubo@linux.vnet.ibm.com> Message-id: 1460472980-26319-4-git-send-email-silbe@linux.vnet.ibm.com Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/108')
-rwxr-xr-xtests/qemu-iotests/1081
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qemu-iotests/108 b/tests/qemu-iotests/108
index ce447498e9..2355d98c1d 100755
--- a/tests/qemu-iotests/108
+++ b/tests/qemu-iotests/108
@@ -26,7 +26,6 @@ seq="$(basename $0)"
echo "QA output created by $seq"
here="$PWD"
-tmp=/tmp/$$
status=1 # failure is the default!
_cleanup()