aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/019
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2010-10-31 16:07:46 -0400
committerKevin Wolf <kwolf@redhat.com>2012-02-23 10:29:38 +0100
commit2684871af50cd8efbe753abe333f0acca6d9ab98 (patch)
tree83986664e3fd1e30cad520d89cbd986039658060 /tests/qemu-iotests/019
parent581e7d530bed88c40185a2f1c46b5297a8f70f7f (diff)
qemu-iotests: filter TEST_DIR correctly in 019
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/019')
-rwxr-xr-xtests/qemu-iotests/0192
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/019 b/tests/qemu-iotests/019
index 896b8d9930..e0187b1ffa 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
+ echo Testing conversion with $backing_option | _filter_testdir
echo
$QEMU_IMG convert -O $IMGFMT $backing_option $TEST_IMG.orig $TEST_IMG