aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/243
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2019-04-23 13:46:49 +0200
committerThomas Huth <thuth@redhat.com>2019-05-21 10:10:33 +0200
commitf3d07ce8f449986e9a5c30f2a9f124e2ad8b7c22 (patch)
tree8ae07567f3f2ca794fb20dcdedf4ca36bca59423 /tests/qemu-iotests/243
parent4a715461c8eab628e79b1e6889d650455e043b88 (diff)
downloadqemu-f3d07ce8f449986e9a5c30f2a9f124e2ad8b7c22.zip
qemu-f3d07ce8f449986e9a5c30f2a9f124e2ad8b7c22.tar.gz
qemu-f3d07ce8f449986e9a5c30f2a9f124e2ad8b7c22.tar.bz2
tests/qemu-iotests: Do not hard-code the path to bash
bash is installed in a different directory on non-Linux systems like FreeBSD. Do not hard-code /bin/bash here so that the tests can run there, too. Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-Id: <20190502084506.8009-4-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/243')
-rwxr-xr-xtests/qemu-iotests/2432
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/243 b/tests/qemu-iotests/243
index 5838c6e..e563761 100755
--- a/tests/qemu-iotests/243
+++ b/tests/qemu-iotests/243
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
#
# Test qcow2 preallocation
#