]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/014
iotests/041: drop self.assert_no_active_block_jobs()
[qemu.git] / tests / qemu-iotests / 014
index 2ea79e8c8b7ae376d84d6e525d6a2f25efe27128..e1221c0fff771649a2397bb761c3c425937c2b65 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # qcow2 pattern test, complex patterns including compression and snapshots
 # Using patterns for 4k cluster size.
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
 status=1       # failure is the default!
 
 _cleanup()
@@ -44,6 +43,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 _supported_fmt qcow2
 _supported_proto file
 _supported_os Linux
+# Compression and snapshots do not work with external data files
+_unsupported_imgopts data_file
 
 TEST_OFFSETS="0 4294967296"
 TEST_OPS="writev read write readv"
This page took 0.025313 seconds and 4 git commands to generate.