summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/064
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/064
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/064')
-rwxr-xr-xtests/qemu-iotests/0641
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qemu-iotests/064 b/tests/qemu-iotests/064
index 7564563..5792fbb 100755
--- a/tests/qemu-iotests/064
+++ b/tests/qemu-iotests/064
@@ -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