From a6d464aa2ea9d7633581ace6834bce8b06f2bd70 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Wed, 11 Dec 2019 18:54:42 +1100 Subject: ctdb-tests: Use a here document to improve readability Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ctdb/tests/INTEGRATION/simple') 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" <