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/reply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/reply') diff --git a/test/reply b/test/reply index 99c3376..c0b8e26 100755 --- a/test/reply +++ b/test/reply @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description="\"notmuch reply\" in several variations" . ./test-lib.sh -- cgit v1.2.3