From 271ad95e2359b1c4fc6d73c0c8e941bafb85c97c Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Wed, 22 Jul 2020 14:43:21 +1000 Subject: [PATCH] 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 --- ctdb/tests/scripts/test_wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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