diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test-common.sh | 2 | ||||
-rwxr-xr-x | test/testenv | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test-common.sh b/test/test-common.sh index c525dd8..2fe4049 100644 --- a/test/test-common.sh +++ b/test/test-common.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors if [[ $HOME == "$(eval echo ~$USER)" ]]; then libremessages error "\$HOME is the default for %s; use testenv: %s" "$USER" "$HOME" diff --git a/test/testenv b/test/testenv index dcc54fa..c1b52b0 100755 --- a/test/testenv +++ b/test/testenv @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Parse the arguments NETWORK=true |