From: Martin Schwenke Date: Wed, 11 Dec 2019 07:54:42 +0000 (+1100) Subject: ctdb-tests: Use a here document to improve readability X-Git-Tag: ldb-2.1.1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d464aa2ea9d7633581ace6834bce8b06f2bd70;p=thirdparty%2Fsamba.git ctdb-tests: Use a here document to improve readability Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh b/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh index 2f3ce75f74e..e77c3987bc8 100755 --- a/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh +++ b/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh @@ -38,11 +38,12 @@ ctdb_test_exit_hook_add "onnode $test_node rm -f $script_options" debug_output="${ctdb_base}/debug-hung-script.log" ctdb_test_exit_hook_add "onnode $test_node rm -f $debug_output" -try_command_on_node -i $test_node tee "$script_options" <<<"\ +try_command_on_node -i "$test_node" tee "$script_options" <