aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-07-08 21:39:57 +0200
committerKevin Wolf <kwolf@redhat.com>2012-02-22 16:17:01 +0100
commite021915abd06d10c7a20dfd589407e7c4d6a313f (patch)
tree248b1f2523bb68920ace37ff5cef1a835aad7491
parentb67f306864969a2d58cc0dd2d88f058763008d9b (diff)
qemu-iotests: remove test image after 015 is done
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rwxr-xr-xtests/qemu-iotests/0152
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/015 b/tests/qemu-iotests/015
index ad8a3d07a..a8add14a7 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