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/author-order | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/author-order') diff --git a/test/author-order b/test/author-order index d114992..6ffeffc 100755 --- a/test/author-order +++ b/test/author-order @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description="author reordering;" . ./test-lib.sh -- cgit v1.2.3