scripts: improve shebang compatibility

This commit is contained in:
Stefan Junker
2016-01-27 10:25:53 +01:00
parent 1da421150c
commit 28d18d3e73
3 changed files with 5 additions and 3 deletions

3
test
View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env bash
#
# Run all CNI tests
# ./test
@ -7,6 +7,7 @@
# Run tests for one package
# PKG=./plugins/ipam/dhcp ./test
#
set -e
source ./build