From: Martin Schwenke Date: Wed, 22 Jul 2020 04:43:21 +0000 (+1000) Subject: Revert "ctdb-tests: Use "#!/usr/bin/env bash" for improved portability" X-Git-Tag: talloc-2.3.2~1029 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271ad95e2359b1c4fc6d73c0c8e941bafb85c97c;p=thirdparty%2Fsamba.git Revert "ctdb-tests: Use "#!/usr/bin/env bash" for improved portability" Fix missing Reviewed-by: tag. This reverts commit 9a7cabd342d0aed450ed3305931702a7351f814a. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/scripts/test_wrap b/ctdb/tests/scripts/test_wrap index 619ac7ca5dc..d9a6d09e202 100755 --- a/ctdb/tests/scripts/test_wrap +++ b/ctdb/tests/scripts/test_wrap @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # Execute the given command. The intention is that it is either # * a function from "${TEST_SCRIPTS_DIR}/integration.bash"; or