diff options
Diffstat (limited to 'tests/qemu-iotests/112')
-rwxr-xr-x | tests/qemu-iotests/112 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/112 b/tests/qemu-iotests/112 index fba2965322..d67e6ebe9c 100755 --- a/tests/qemu-iotests/112 +++ b/tests/qemu-iotests/112 @@ -44,7 +44,7 @@ _supported_os Linux # manual setting; compat will be overridden as well _unsupported_imgopts refcount_bits 'compat=0.10' -function print_refcount_bits() +print_refcount_bits() { $QEMU_IMG info "$TEST_IMG" | sed -n '/refcount bits:/ s/^ *//p' } |