From 908eaf68027509f7bfc207c18770fdfc6144fcd0 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Mon, 26 Apr 2010 11:44:05 +0200 Subject: 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 Signed-off-by: Christoph Hellwig --- tests/qemu-iotests/006 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/qemu-iotests/006') diff --git a/tests/qemu-iotests/006 b/tests/qemu-iotests/006 index 58b821359d..98ef4ea91d 100755 --- a/tests/qemu-iotests/006 +++ b/tests/qemu-iotests/006 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Make sure qemu-img rejects > 127GB images for the vpc format as the format # doesn't support this. -- cgit v1.2.1