aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorGravatar Joel Borggrén-Franck <jbf@codehouse.se>2010-12-01 21:27:52 +0100
committerGravatar Carl Worth <cworth@cworth.org>2011-05-27 14:03:28 -0700
commit3fa843216c918fe4a6151e55947cf3a7f46fcdb5 (patch)
tree4e57b2683b48ea8b8f63a6a249c4a9a3805b5cdd /test/notmuch-test
parent3185df17eb6c7621df3945841af58f2b19facc40 (diff)
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.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 0ea4f4f7..c81e3fc0 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Run tests
#