summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/137
diff options
context:
space:
mode:
authorSascha Silbe <silbe@linux.vnet.ibm.com>2016-04-12 16:56:19 +0200
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 20:03:49 -0600
commit7b230b5fc73ca33ba7199ca4818e5a936a242cd3 (patch)
treef18e2c651663c9ed89953f03959a9cdd1d114941 /tests/qemu-iotests/137
parent171c6353bdd2e0a01aa7ecfadc0a6cfea17fcd81 (diff)
downloadhqemu-7b230b5fc73ca33ba7199ca4818e5a936a242cd3.zip
hqemu-7b230b5fc73ca33ba7199ca4818e5a936a242cd3.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/137')
-rwxr-xr-xtests/qemu-iotests/1371
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qemu-iotests/137 b/tests/qemu-iotests/137
index 9a6597c..e5e30de 100755
--- a/tests/qemu-iotests/137
+++ b/tests/qemu-iotests/137
@@ -25,7 +25,6 @@ seq="$(basename $0)"
echo "QA output created by $seq"
here="$PWD"
-tmp=/tmp/$$
status=1 # failure is the default!
_cleanup()
OpenPOWER on IntegriCloud