diff options
author | Sascha Silbe <silbe@linux.vnet.ibm.com> | 2016-04-12 16:56:19 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-04-15 17:56:56 +0200 |
commit | 339f06a3bce1c020a08c9dbe1d8e78fb28166de1 (patch) | |
tree | 679b3145ad57dc5cd48351b2c155a089423c484f /tests/qemu-iotests/020 | |
parent | 6bb6f6cd9e1ae8f434ce5bdf1adb09e40f61fabc (diff) | |
download | qemu-339f06a3bce1c020a08c9dbe1d8e78fb28166de1.zip qemu-339f06a3bce1c020a08c9dbe1d8e78fb28166de1.tar.gz qemu-339f06a3bce1c020a08c9dbe1d8e78fb28166de1.tar.bz2 |
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/020')
-rwxr-xr-x | tests/qemu-iotests/020 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qemu-iotests/020 b/tests/qemu-iotests/020 index 6625b55..9c4a68c 100755 --- a/tests/qemu-iotests/020 +++ b/tests/qemu-iotests/020 @@ -25,7 +25,6 @@ seq=`basename $0` echo "QA output created by $seq" here=`pwd` -tmp=/tmp/$$ status=1 # failure is the default! _cleanup() |