qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests/multiboot: Improve portability by searching bash in the $PATH

Bash is not always installed as /bin/bash. In particular on OpenBSD,
the package installs it in /usr/local/bin.
Use the 'env' shebang to search bash in the $PATH.

Reviewed-by: Kamil Rytarowski <n54@gmx.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

authored by

Philippe Mathieu-Daudé and committed by
Kevin Wolf
a03700fd d9df28e7

+1 -1
+1 -1
tests/multiboot/run_test.sh
··· 1 - #!/bin/bash 1 + #!/usr/bin/env bash 2 2 3 3 # Copyright (c) 2013 Kevin Wolf <kwolf@redhat.com> 4 4 #