aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2009-07-03 17:41:58 +0200
committerChristoph Hellwig <hch@lst.de>2009-07-03 17:41:58 +0200
commit8b9a81d9670936382cd8eb2a4b2c9b61acc25be2 (patch)
tree47bbee8382270ed70bd79b0b1ba9538bf9d7114d
parent4fbcf2a3b92b86d2a847c212b320d6adc1cdfcc5 (diff)
downloadqemu-iotests-8b9a81d9670936382cd8eb2a4b2c9b61acc25be2.tar.gz
skip test 005 for vpc format images
The vpc format doesn't support large enough image size for this test.
-rwxr-xr-x0055
1 files changed, 4 insertions, 1 deletions
diff --git a/005 b/005
index e3458fd..148f936 100755
--- a/005
+++ b/005
@@ -43,10 +43,13 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-# vpc is limited to 127GB, so we can't test it here
_supported_fmt generic
_supported_os Linux
+# vpc is limited to 127GB, so we can't test it here
+if [ "$IMGFMT" = "vpc" ]; then
+ _notrun "image format $IMGFMT does not support large image sizes"
+fi
echo
echo "creating large image"