From 3fa843216c918fe4a6151e55947cf3a7f46fcdb5 Mon Sep 17 00:00:00 2001 From: Joel Borggrén-Franck Date: Wed, 1 Dec 2010 21:27:52 +0100 Subject: test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portability Change #!/bin/bash at start of tests to "#!/usr/bin/env bash". That way systems running on bash < 4 can prepend bash >= 4 to path before running the tests. --- test/search-output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/search-output') diff --git a/test/search-output b/test/search-output index b414993..ef870bf 100755 --- a/test/search-output +++ b/test/search-output @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='various settings for "notmuch search --output="' . ./test-lib.sh -- cgit v1.2.3