summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2020-03-04 13:55:07 +1100
committerAmitay Isaacs <amitay@samba.org>2020-07-22 02:42:37 +0000
commit9a7cabd342d0aed450ed3305931702a7351f814a (patch)
tree127eccd86379717b2ae03299948a015c3a43dc78 /ctdb
parent65f56505e29c01d5891e5bc1050b6c37b8cbdee7 (diff)
downloadsamba-9a7cabd342d0aed450ed3305931702a7351f814a.tar.gz
ctdb-tests: Use "#!/usr/bin/env bash" for improved portability
Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/tests/scripts/test_wrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/scripts/test_wrap b/ctdb/tests/scripts/test_wrap
index d9a6d09e202..619ac7ca5dc 100755
--- a/ctdb/tests/scripts/test_wrap
+++ b/ctdb/tests/scripts/test_wrap
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Execute the given command. The intention is that it is either
# * a function from "${TEST_SCRIPTS_DIR}/integration.bash"; or