aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/126.out
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2018-05-17 18:33:52 +0200
committerKevin Wolf <kwolf@redhat.com>2018-05-23 13:29:03 +0200
commit8908b253c4ad5f8874c8d13abec169c696a5cd32 (patch)
treecdeed4f996b8fe3628866d6d27181c92e8b3a4eb /tests/qemu-iotests/126.out
parent655ae6bb91998a01964759406cb38ef215a6ba5b (diff)
qemu-iotests: Filter NFS paths
NFS paths were only partially filtered in _filter_img_create, _img_info and _filter_img_info, resulting in "nfs://127.0.0.1TEST_DIR/t.IMGFMT". This adds another replacement to the sed calls that matches the test directory not as a host path, but as an NFS URL (the prefix as used for $TEST_IMG). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/126.out')
-rw-r--r--tests/qemu-iotests/126.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/126.out b/tests/qemu-iotests/126.out
index 50d73080fa..17d03d5248 100644
--- a/tests/qemu-iotests/126.out
+++ b/tests/qemu-iotests/126.out
@@ -3,7 +3,7 @@ QA output created by 126
=== Testing plain files ===
Formatting 'TEST_DIR/a:b.IMGFMT', fmt=IMGFMT size=67108864
-Formatting 'TEST_DIR/a:b.IMGFMT', fmt=IMGFMT size=67108864
+Formatting 'file:TEST_DIR/a:b.IMGFMT', fmt=IMGFMT size=67108864
=== Testing relative backing filename resolution ===