diff --git a/tests/ci/conformance_test.sh b/tests/ci/conformance_test.sh index 921e87bf0..34fdedb6d 100755 --- a/tests/ci/conformance_test.sh +++ b/tests/ci/conformance_test.sh @@ -1,3 +1,4 @@ +#!/bin/bash set -e echo "get the conformance testing code..." diff --git a/tests/showtime.sh b/tests/showtime.sh index b77cf092e..4f6e7b794 100755 --- a/tests/showtime.sh +++ b/tests/showtime.sh @@ -1,4 +1,4 @@ -#/bin/env bash +#!/bin/env bash if [ ! -z "$*" ]; then $@ 2>&1 | while read line;do