]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qemu-iotests/034
nbd-server: Call blk_set_allow_aio_context_change()
[mirror_qemu.git] / tests / qemu-iotests / 034
index c769dd8b863db15f5c03b8b2f308ac6ffc7fe4c3..324bed28c6ff6f8da1e9d2cbe9ce9d8004be276e 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
-# Test bdrv_write_zeroes with backing files
+# Test bdrv_pwrite_zeroes with backing files (see also 154)
 #
 # Copyright (C) 2012 Red Hat, Inc.
 #
@@ -24,8 +24,6 @@ owner=kwolf@redhat.com
 seq=`basename $0`
 echo "QA output created by $seq"
 
-here=`pwd`
-tmp=/tmp/$$
 status=1       # failure is the default!
 
 _cleanup()