diff options
Diffstat (limited to 'tests/qemu-iotests/015')
-rwxr-xr-x | tests/qemu-iotests/015 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/015 b/tests/qemu-iotests/015 index bdafd26..44c134f 100755 --- a/tests/qemu-iotests/015 +++ b/tests/qemu-iotests/015 @@ -56,7 +56,8 @@ echo "creating image" # for the refcount table. On the other hand this is big enough to cause a # refcount table growth when rewriting the image after creating one snapshot. size=36M -_make_test_img -o cluster_size=1k $size +CLUSTER_SIZE=1k +_make_test_img $size # Create two snapshots which fill the image with two different patterns echo "creating first snapshot" |