Revision 2684871a

b/tests/qemu-iotests/019
92 92
for backing_option in "-B $TEST_IMG.base" "-o backing_file=$TEST_IMG.base"; do
93 93

  
94 94
    echo
95
    echo Testing conversion with $backing_option
95
    echo Testing conversion with $backing_option | _filter_testdir
96 96
    echo
97 97
    $QEMU_IMG convert -O $IMGFMT $backing_option $TEST_IMG.orig $TEST_IMG
98 98

  
b/tests/qemu-iotests/019.out
538 538
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
539 539
qemu-io> No errors were found on the image.
540 540

  
541
Testing conversion with -B /home/kwolf/source/iotests-qemu/scratch/t.qcow2.base
541
Testing conversion with -B TEST_DIR/t.qcow2.base
542 542

  
543 543
Checking if backing clusters are allocated when they shouldn't
544 544

  
......
1082 1082
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
1083 1083
qemu-io> No errors were found on the image.
1084 1084

  
1085
Testing conversion with -o backing_file=/home/kwolf/source/iotests-qemu/scratch/t.qcow2.base
1085
Testing conversion with -o backing_file=TEST_DIR/t.qcow2.base
1086 1086

  
1087 1087
Checking if backing clusters are allocated when they shouldn't
1088 1088

  

Also available in: Unified diff