summaryrefslogtreecommitdiff
path: root/test/test-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-common.sh')
-rw-r--r--test/test-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-common.sh b/test/test-common.sh
index 2fe4049..2a8fc37 100644
--- a/test/test-common.sh
+++ b/test/test-common.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash # non-executable, but put this there as a hint to text editors
+#!/hint/bash
if [[ $HOME == "$(eval echo ~$USER)" ]]; then
libremessages error "\$HOME is the default for %s; use testenv: %s" "$USER" "$HOME"