]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/111
iotests: Add qemu_io_log()
[qemu.git] / tests / qemu-iotests / 111
index e15e66ac5d7e6bb38f077039999d23d9fdb99db6..490a5bbcb5359a4f614a3489544b52168130e2fd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
 # Test case for non-existing backing file when creating a qcow2 image
 # and not specifying the size
@@ -39,7 +39,6 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _supported_fmt qed qcow qcow2 vmdk
 _supported_proto file
-_supported_os Linux
 _unsupported_imgopts "subformat=monolithicFlat" "subformat=twoGbMaxExtentFlat"
 
 $QEMU_IMG create -f $IMGFMT -b "$TEST_IMG.inexistent" "$TEST_IMG" 2>&1 \
This page took 0.023974 seconds and 4 git commands to generate.