test: use env in shebang of system tests

This should allow the tests to run on systems where bash is not in /bin.
This commit is contained in:
Miroslav Lichvar
2019-04-26 10:04:15 +02:00
parent 3093a11cd0
commit 86a99bb257
14 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
. ./test.common