Remove bashisms from tests.
Those tests don't actually need bash. Just use common shebang.
This commit is contained in:
parent
d3bccdbd12
commit
427e4ff91a
11 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
set -e
|
||||
|
||||
# Run GRUB script in a Qemu instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue