qemu-iotests: explicitly use bash interpreter

The tests use bash language features like 'let', which aren't supported
by /bin/sh on systems that use a conservative shell like dash.  This
patch changes the interpreter to /bin/bash.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Stefan Hajnoczi 2010-04-26 11:44:05 +02:00 committed by Kevin Wolf
parent 939e16407b
commit 908eaf6802
30 changed files with 30 additions and 30 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# Test simple read/write using bdrv_aio_readv/bdrv_aio_writev
#