aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2011-04-21 08:26:04 +0200
committerChristoph Hellwig <hch@lst.de>2011-04-21 08:26:04 +0200
commit26e25ac229d606463de4c197a188a83d3e1f4de1 (patch)
tree84af9a7eadd1b75b4c52c8d0d890fd8f42982075
parente723497ccb2be48f405999fc252e997e4950e6e7 (diff)
downloadqemu-iotests-26e25ac229d606463de4c197a188a83d3e1f4de1.tar.gz
only run 016 for file and sheepdog protocols
016 writes past EOF which isn't support by most protocols, so limit it to file and sheepdog, which explicitly support it. Pointed out by Josh Durgin <josh.durgin@dreamhost.com>. Signed-off-by: Christoph Hellwig <hch@lst.de>
-rwxr-xr-x0163
1 files changed, 1 insertions, 2 deletions
diff --git a/016 b/016
index 16f151f..a1467b8 100755
--- a/016
+++ b/016
@@ -38,9 +38,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-# currently raw is the only protocol we support
_supported_fmt raw
-_supported_proto generic
+_supported_proto file sheepdog
_supported_os Linux