]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/068
qemu-iotests: tests: do not set unused tmp variable
[qemu.git] / tests / qemu-iotests / 068
index 58d1d80e7850b05e8d2b641df97c5e6e55339ccb..68f6e825d95051270de9f26727dd4a8f6128865f 100755 (executable)
@@ -25,7 +25,6 @@ seq="$(basename $0)"
 echo "QA output created by $seq"
 
 here="$PWD"
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 _cleanup()
@@ -53,7 +52,7 @@ _make_test_img $IMG_SIZE
 
 case "$QEMU_DEFAULT_MACHINE" in
   s390-ccw-virtio)
-      platform_parm="-no-shutdown -machine accel=kvm"
+      platform_parm="-no-shutdown"
       ;;
   *)
       platform_parm=""
This page took 0.02183 seconds and 4 git commands to generate.