test: use env shebang in all bash scripts

This allows the scripts to be executed on systems that don't have bash
in /bin. This fixes "make check".
This commit is contained in:
Miroslav Lichvar
2021-03-03 12:09:38 +01:00
parent f60410016a
commit 9339766bfe
57 changed files with 57 additions and 57 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
print_help() {
echo "$1 [-a] [-i ITERATIONS] [-m MAXFAILS] [-s SEED] [TEST]..."