diff options
author | Fam Zheng <famz@redhat.com> | 2013-11-18 15:10:58 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-11-29 17:41:13 +0100 |
commit | 0d83c98bf15269e80e3558dc2c7b27e2f4386158 (patch) | |
tree | 0e0338da2481c79a25dba33285c73e6c482ccb25 /tests/qemu-iotests | |
parent | c9fbb99d41b05acf0d7b93deb2fcdbf9047c238e (diff) |
qemu-iotests: Filter qemu-io output in 025
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests')
-rwxr-xr-x | tests/qemu-iotests/025 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/025 b/tests/qemu-iotests/025 index a7241ccc95..9426c93bd0 100755 --- a/tests/qemu-iotests/025 +++ b/tests/qemu-iotests/025 @@ -56,7 +56,7 @@ _check_test_img echo echo "=== Resizing image" -$QEMU_IO "$TEST_IMG" <<EOF +$QEMU_IO "$TEST_IMG" <<EOF | _filter_qemu_io length truncate $big_size length |