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/from-guessing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/from-guessing') diff --git a/test/from-guessing b/test/from-guessing index 6744e68..d8727bb 100755 --- a/test/from-guessing +++ b/test/from-guessing @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description="From line heuristics (with multiple configured addresses)" . ./test-lib.sh -- cgit v1.2.3