Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
6d2e6e7e
Commit
6d2e6e7e
authored
Feb 16, 2017
by
Tomek Mrugalski
🛰
Browse files
[3770_rebase] shell unit-tests corrected.
parent
74e2c162
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dhcp4_process_tests.sh.in
View file @
6d2e6e7e
...
...
@@ -198,8 +198,8 @@ syntax_check_test() {
# Create correct configuration file.
create_config "${CONFIG}"
# Check it
printf "Running command %s.\n" "\"${bin_path}/${bin} -t
-c
${CFG_FILE}\""
${bin_path}/${bin} -t
-c
${CFG_FILE}
printf "Running command %s.\n" "\"${bin_path}/${bin} -t ${CFG_FILE}\""
${bin_path}/${bin} -t ${CFG_FILE}
exit_code=$?
if [ ${exit_code} -ne $EXP_CODE ]; then
printf "ERROR: expected exit code ${EXP_CODE}, got ${exit_code}\n"
...
...
src/bin/dhcp6/tests/dhcp6_process_tests.sh.in
View file @
6d2e6e7e
...
...
@@ -197,8 +197,8 @@ syntax_check_test() {
# Create correct configuration file.
create_config "${CONFIG}"
# Check it
printf "Running command %s.\n" "\"${bin_path}/${bin} -t
-c
${CFG_FILE}\""
${bin_path}/${bin} -t
-c
${CFG_FILE}
printf "Running command %s.\n" "\"${bin_path}/${bin} -t ${CFG_FILE}\""
${bin_path}/${bin} -t ${CFG_FILE}
exit_code=$?
if [ ${exit_code} -ne $EXP_CODE ]; then
printf "ERROR: expected exit code $EXP_CODE, got ${exit_code}\n"
...
...
Write
Preview
Supports
Markdown
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