aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-07-08 21:39:57 +0200
committerChristoph Hellwig <hch@lst.de>2009-07-08 21:39:57 +0200
commitfa27d3094a104ced6d5e8ca0aa341028e03179f4 (patch)
tree4541b6efe689dda6105b63bdf4371fac1f4ee25b
parent5356cea250da9dce18a5261a2ecdee8413296a36 (diff)
downloadqemu-iotests-fa27d3094a104ced6d5e8ca0aa341028e03179f4.tar.gz
remove test image after 015 is done
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rwxr-xr-x0152
1 files changed, 1 insertions, 1 deletions
diff --git a/015 b/015
index ad8a3d0..a8add14 100755
--- a/015
+++ b/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