diff options
author | Kevin Wolf <kwolf@redhat.com> | 2009-07-16 19:08:22 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2012-02-22 16:17:02 +0100 |
commit | 2557d8655db1858308142d1a40c02d4917efc3d6 (patch) | |
tree | 77f76610d4b41583bca3c0fb2e147257115b0d56 /tests/qemu-iotests/common.rc | |
parent | 4bacf0576f1493d97787a1e6dda84e477961215c (diff) |
qemu-iotests: simple backing file test
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/common.rc')
-rw-r--r-- | tests/qemu-iotests/common.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index a05a250d74..cc3ca1114f 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -71,6 +71,7 @@ _cleanup_test_img() { rm -f $TEST_DIR/t.$IMGFMT rm -f $TEST_DIR/t.$IMGFMT.orig + rm -f $TEST_DIR/t.$IMGFMT.base } _check_test_img() |