]> git.notmuchmail.org Git - notmuch/commit
test: change "#!/bin/bash" to "#!/usr/bin/env bash" enhances portability
authorJoel Borggrén-Franck <jbf@codehouse.se>
Wed, 1 Dec 2010 20:27:52 +0000 (21:27 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 27 May 2011 21:03:28 +0000 (14:03 -0700)
commit3fa843216c918fe4a6151e55947cf3a7f46fcdb5
tree4e57b2683b48ea8b8f63a6a249c4a9a3805b5cdd
parent3185df17eb6c7621df3945841af58f2b19facc40
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.
23 files changed:
test/README
test/aggregate-results.sh
test/author-order
test/basic
test/dump-restore
test/emacs
test/encoding
test/from-guessing
test/json
test/long-id
test/maildir-sync
test/new
test/notmuch-test
test/raw
test/reply
test/search
test/search-output
test/test-lib.sh
test/test-verbose
test/thread-naming
test/thread-order
test/uuencode
test/valgrind/valgrind.sh