diff options
author | Fam Zheng <famz@redhat.com> | 2015-12-22 10:49:12 +0800 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2016-01-07 21:30:17 +0100 |
commit | f2bbcd3f7f03451acea513d01305341233683097 (patch) | |
tree | a47b21f9fc1283dc56e4c162765f678bd84911e2 /tests/qemu-iotests/019.out | |
parent | 9b337ae90a395c3f5d79716cd160167734b8a609 (diff) | |
download | qemu-f2bbcd3f7f03451acea513d01305341233683097.zip qemu-f2bbcd3f7f03451acea513d01305341233683097.tar.gz qemu-f2bbcd3f7f03451acea513d01305341233683097.tar.bz2 |
iotests: 019: Use TEST_IMG override instead of "mv"
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1450752561-9300-3-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/019.out')
-rw-r--r-- | tests/qemu-iotests/019.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/019.out b/tests/qemu-iotests/019.out index 615450a..0124264 100644 --- a/tests/qemu-iotests/019.out +++ b/tests/qemu-iotests/019.out @@ -1,5 +1,5 @@ QA output created by 019 -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 +Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=6442450944 Filling base image === IO: pattern 42 @@ -269,7 +269,7 @@ wrote 65536/65536 bytes at offset 4296015872 No errors were found on the image. Creating test image with backing file -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 backing_file=TEST_DIR/t.IMGFMT.base +Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=6442450944 backing_file=TEST_DIR/t.IMGFMT.base Filling test image === IO: pattern 43 |