diff options
Diffstat (limited to 'tests/qemu-iotests/178')
-rwxr-xr-x | tests/qemu-iotests/178 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/178 b/tests/qemu-iotests/178 index 21231ca..75b5e8f 100755 --- a/tests/qemu-iotests/178 +++ b/tests/qemu-iotests/178 @@ -62,8 +62,8 @@ $QEMU_IMG measure -O foo "$TEST_IMG" # unknown image file format make_test_img_with_fmt() { # Shadow global variables within this function - local IMGFMT="$1" IMGOPTS="" - _make_test_img "$2" + local IMGFMT="$1" + _make_test_img --no-opts "$2" } qemu_io_with_fmt() { |