aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2010-10-31 16:07:46 -0400
committerChristoph Hellwig <hch@lst.de>2010-10-31 16:07:46 -0400
commit4322531ca3d936939dddd07c442a3d64e0f68008 (patch)
tree475b9aa8530dadd5efc440b4a481f8ec741a465e
parent37834e14d9ff8a67da0fe8640cb2849cec2d9a39 (diff)
downloadqemu-iotests-4322531ca3d936939dddd07c442a3d64e0f68008.tar.gz
filter TEST_DIR correctly in 019
-rwxr-xr-x0192
-rw-r--r--019.out4
2 files changed, 3 insertions, 3 deletions
diff --git a/019 b/019
index 896b8d9..e0187b1 100755
--- a/019
+++ b/019
@@ -92,7 +92,7 @@ mv $TEST_IMG $TEST_IMG.orig
for backing_option in "-B $TEST_IMG.base" "-o backing_file=$TEST_IMG.base"; do
echo
- echo Testing conversion with $backing_option
+ echo Testing conversion with $backing_option | _filter_testdir
echo
$QEMU_IMG convert -O $IMGFMT $backing_option $TEST_IMG.orig $TEST_IMG
diff --git a/019.out b/019.out
index 84c38a0..d3913df 100644
--- a/019.out
+++ b/019.out
@@ -538,7 +538,7 @@ qemu-io> wrote 65536/65536 bytes at offset 4296146944
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
qemu-io> No errors were found on the image.
-Testing conversion with -B /home/kwolf/source/iotests-qemu/scratch/t.qcow2.base
+Testing conversion with -B TEST_DIR/t.qcow2.base
Checking if backing clusters are allocated when they shouldn't
@@ -1082,7 +1082,7 @@ qemu-io> read 65536/65536 bytes at offset 4296343552
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
qemu-io> No errors were found on the image.
-Testing conversion with -o backing_file=/home/kwolf/source/iotests-qemu/scratch/t.qcow2.base
+Testing conversion with -o backing_file=TEST_DIR/t.qcow2.base
Checking if backing clusters are allocated when they shouldn't