Commit f3d07ce8 authored by Thomas Huth's avatar Thomas Huth
Browse files

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: default avatarEric Blake <eblake@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Acked-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20190502084506.8009-4-thuth@redhat.com>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent 4a715461
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
#
# Test case for dmg
#
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
#
# Test hot plugging and unplugging with iothreads
#
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
#
# Test qemu-nbd vs. unaligned images
#
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
#
# Test qcow2 preallocation
#
+1 −1
Original line number Diff line number Diff line
#!/bin/bash
#!/usr/bin/env bash
#
# Test qcow2 with external data files
#