]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qemu-iotests/005: Add a sanity check for large sparse file support
authorThomas Huth <thuth@redhat.com>
Sun, 28 Apr 2019 13:28:11 +0000 (15:28 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 May 2019 08:05:21 +0000 (10:05 +0200)
commitb807a99369ef534b9e7c10f34f8c64ce708332f3
tree37300dd25aad0e847f9c4ddc6213efbe28ce3b87
parent44c2364aaa5e366c44b07714c22e874f547883a5
tests/qemu-iotests/005: Add a sanity check for large sparse file support

"check -raw 005" fails when running on certain filesystems - these do not
support such large sparse files. Use the same check as in test 220 to
skip the test in this case.

Suggested-by: Eric Blake <eblake@redhat.com>
Message-Id: <20190502084506.8009-2-thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qemu-iotests/005