diff --git a/test/link/test.sh b/test/link/test.sh index 9ad7d1bb..e47d3c51 100755 --- a/test/link/test.sh +++ b/test/link/test.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export LC_ALL=C set -o pipefail diff --git a/test/run-tests.sh b/test/run-tests.sh index ebe84658..55bd655c 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Return failure as soon as a command fails to execute