diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/016 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qemu-iotests/016 b/tests/qemu-iotests/016 index 16f151f..a1467b8 100755 --- a/tests/qemu-iotests/016 +++ b/tests/qemu-iotests/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 |