iotests/229: data_file is unsupported

Fixes: d89ac3cf30
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-5-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
master
Max Reitz 2020-06-17 12:48:21 +02:00 committed by Kevin Wolf
parent e6de31bcad
commit 73b2b7b5ca
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2 qed
_supported_proto file
_supported_os Linux
# blkdebug can only inject errors on bs->file, so external data files
# do not work with this test
_unsupported_imgopts data_file
DEST_IMG="$TEST_DIR/d.$IMGFMT"