]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[11-keactrl-test-verifying-version-output-for-various-daemons-fails-on-macos] spuriou...
authorFrancis Dupont <fdupont@isc.org>
Thu, 16 Aug 2018 13:37:09 +0000 (15:37 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 16 Aug 2018 13:37:09 +0000 (15:37 +0200)
src/bin/keactrl/tests/keactrl_tests.sh.in

index 60f60f921881f13296b4b7eabd7fdf39976a35b3..ea63a9f364ccaab8c82d840f7f72bccf6b67a9d0 100644 (file)
@@ -1114,7 +1114,7 @@ version_command_test() {
     # Create configuration file for keactrl.
     keactrl_config="${CFG_FILES}\ndhcp4=yes\ndhcp6=yes\ndhcp_ddns=yes\n"
     keactrl_config+="ctrl_agent=yes\nkea_verbose=no\n${keactrl_fixed_config}"
-     create_keactrl_config "${keactrl_config}"
+    create_keactrl_config "${keactrl_config}"
 
     # This is what we expect to get. We need to run it through printf
     # to convert \n to actual LF (0xa) or whatever the EOL is used on your