Commit 73b2b7b5 authored by Max Reitz's avatar Max Reitz Committed by Kevin Wolf
Browse files

iotests/229: data_file is unsupported



Fixes: d89ac3cf
Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-5-mreitz@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent e6de31bc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"