diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2010-11-24 17:12:21 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-23 10:29:46 +0100 |
commit | 62284d1776e4e9d1e39e393398becf7c778ca0ce (patch) | |
tree | 5e3f93d5a29fc61decf57de25c82c4b39cb055d3 /tests/qemu-iotests/019 | |
parent | 657c166f8ed420dfefd04f7612a727c2ddd7cc26 (diff) | |
download | qemu-62284d1776e4e9d1e39e393398becf7c778ca0ce.zip qemu-62284d1776e4e9d1e39e393398becf7c778ca0ce.tar.gz qemu-62284d1776e4e9d1e39e393398becf7c778ca0ce.tar.bz2 |
qemu-iotests: filter IMGFMT correctly in 019
Test 019 can be run with qcow2 and qed image formats. Replace the
specific image format value with "IMGFMT" so the golden output does not
hardcode qcow2 or qed.
This patch also includes a typo fix for "occurrences".
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/019')
-rwxr-xr-x | tests/qemu-iotests/019 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/019 b/tests/qemu-iotests/019 index 4c82be2..a2d67c3 100755 --- a/tests/qemu-iotests/019 +++ b/tests/qemu-iotests/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 | _filter_testdir + echo Testing conversion with $backing_option | _filter_testdir | _filter_imgfmt echo $QEMU_IMG convert -O $IMGFMT $backing_option $TEST_IMG.orig $TEST_IMG |