]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/016
pci: Unregister BARs before device exit
[qemu.git] / tests / qemu-iotests / 016
index 1dbdcb54bcb6c57d31e15a57a4d1b78533ca587c..a1467b8a3c2bb150446275e342e9f32f0b63bd47 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Test I/O after EOF for growable images.
 #
@@ -38,8 +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 file sheepdog
 _supported_os Linux
 
 
This page took 0.023913 seconds and 4 git commands to generate.