qemu-iotests/141: Fix image cleanup
commit0a1505d56a7811244d3cd59cece7cc2bd8286197
authorKevin Wolf <kwolf@redhat.com>
Thu, 27 Jul 2017 13:51:43 +0000 (27 15:51 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 1 Aug 2017 16:09:33 +0000 (1 18:09 +0200)
tree8630f95fd3cfd2159b69d35631c11a47c70701c4
parent0e5960761d5e804df48bb85c435e2c92f616b140
qemu-iotests/141: Fix image cleanup

qemu-iotests 141 attempted to use brace expansion to remove all images
with a single command. However, for this to work, the braces shouldn't
be quoted.

With this fix, the tests correctly cleans up its scratch images.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
tests/qemu-iotests/141