summary refs log tree commit diff stats
path: root/tests/qemu-iotests/303
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/303')
-rwxr-xr-xtests/qemu-iotests/3033
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/303 b/tests/qemu-iotests/303
index 6c21774483..425544c064 100755
--- a/tests/qemu-iotests/303
+++ b/tests/qemu-iotests/303
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# group: rw quick
 #
 # Test for dumping of qcow2 image metadata
 #
@@ -56,7 +57,7 @@ qemu_img_create('-f', iotests.imgfmt, disk, '10M')
 
 add_bitmap(1, 0, 6, False)
 add_bitmap(2, 6, 8, True)
-dump = ['qcow2.py', disk, 'dump-header']
+dump = ['./qcow2.py', disk, 'dump-header']
 subprocess.run(dump)
 # Dump the metadata in JSON format
 dump.append('-j')