]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#899] fixed CI
authorRazvan Becheriu <razvan@isc.org>
Mon, 15 Feb 2021 12:09:53 +0000 (14:09 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 18 Feb 2021 17:23:57 +0000 (19:23 +0200)
src/hooks/dhcp/run_script/tests/run_script_test.sh.in

index cb26a1a0e3a023986485c19085125d12cb9202fe..17f5517e951d62dbd3d938b24dd036a6ac5c1f5e 100644 (file)
@@ -13,8 +13,8 @@ set -eu
 LOG_FILE="@abs_top_builddir@/src/hooks/dhcp/run_script/tests/test.log"
 
 ECHO_TO_FILE() {
-    echo ${@}
-    echo ${@} > ${LOG_FILE}
+    echo "${@}"
+    echo "${@}" > ${LOG_FILE}
 }
 
 ASSERT_EQ() {