From: Christoph Hellwig Date: Wed, 8 Jul 2009 19:39:57 +0000 (+0200) Subject: qemu-iotests: remove test image after 015 is done X-Git-Tag: v1.1-rc0~321^2^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e021915abd06d10c7a20dfd589407e7c4d6a313f;p=thirdparty%2Fqemu.git qemu-iotests: remove test image after 015 is done Signed-off-by: Christoph Hellwig --- diff --git a/tests/qemu-iotests/015 b/tests/qemu-iotests/015 index ad8a3d07a41..a8add14a73a 100755 --- a/tests/qemu-iotests/015 +++ b/tests/qemu-iotests/015 @@ -32,7 +32,7 @@ status=1 # failure is the default! _cleanup() { -# _cleanup_test_img + _cleanup_test_img true } trap "_cleanup; exit \$status" 0 1 2 3 15