Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
a34b6904
Commit
a34b6904
authored
Aug 16, 2018
by
Francis Dupont
Browse files
[11-keactrl-test-verifying-version-output-for-various-daemons-fails-on-macos] spurious extra space
parent
64ea9dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/keactrl/tests/keactrl_tests.sh.in
View file @
a34b6904
...
...
@@ -1114,7 +1114,7 @@ version_command_test() {
# Create configuration file for keactrl.
keactrl_config
=
"
${
CFG_FILES
}
\n
dhcp4=yes
\n
dhcp6=yes
\n
dhcp_ddns=yes
\n
"
keactrl_config+
=
"ctrl_agent=yes
\n
kea_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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment