]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/143
iotests: Remove a few tests from 'quick' group
[qemu.git] / tests / qemu-iotests / 143
index 6207368f04b3800ca7df5be6557c96212885d944..5ff194450786a2495cb1e258f7bee53cf1a61d2b 100755 (executable)
@@ -25,11 +25,11 @@ seq="$(basename $0)"
 echo "QA output created by $seq"
 
 here="$PWD"
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 _cleanup()
 {
+    _cleanup_qemu
     rm -f "$TEST_DIR/nbd"
 }
 trap "_cleanup; exit \$status" 0 1 2 3 15
This page took 0.024526 seconds and 4 git commands to generate.