summaryrefslogtreecommitdiffstats
path: root/src/bin/shell
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-01-06 14:31:02 +0100
committerFrancis Dupont <fdupont@isc.org>2021-01-06 14:31:02 +0100
commitbe45b740bfe81ff3ff3eff8c2b7a1c7147a9e1bf (patch)
tree79ed890ed679f7fd1cd32c69f27e1a2bfe5acf93 /src/bin/shell
parent[#1512] hammer: improved handling missing vagrant (diff)
downloadkea-be45b740bfe81ff3ff3eff8c2b7a1c7147a9e1bf.tar.xz
kea-be45b740bfe81ff3ff3eff8c2b7a1c7147a9e1bf.zip
[#1636] Ported 1263/1619 fixes
Diffstat (limited to 'src/bin/shell')
-rw-r--r--src/bin/shell/.gitignore1
-rw-r--r--src/bin/shell/tests/shell_process_tests.sh.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/shell/.gitignore b/src/bin/shell/.gitignore
index 126c4f2891..a6d94aaea6 100644
--- a/src/bin/shell/.gitignore
+++ b/src/bin/shell/.gitignore
@@ -1,3 +1,2 @@
kea-shell
-kea-shell.8
*.pyc
diff --git a/src/bin/shell/tests/shell_process_tests.sh.in b/src/bin/shell/tests/shell_process_tests.sh.in
index cc1955045e..c7106d1ea5 100644
--- a/src/bin/shell/tests/shell_process_tests.sh.in
+++ b/src/bin/shell/tests/shell_process_tests.sh.in
@@ -119,7 +119,7 @@ shell_command_test() {
# Check the exit code
if [ "${shell_exit_code}" -ne 0 ]; then
echo "ERROR:" \
- "kea-shell returned ${shell_exit_code} exit code, expected 0."
+ "kea-shell returned ${shell_exit_code} exit code, expected 0."
else
echo "kea-shell returned ${shell_exit_code} exit code as expected."
fi