]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3405] Fixed line break in the signal handling test for DHCPv6.
authorMarcin Siodelski <marcin@isc.org>
Tue, 3 Jun 2014 09:56:30 +0000 (11:56 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 3 Jun 2014 09:56:30 +0000 (11:56 +0200)
src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh

index 3100c6c73935ca0b35045ec3a82125fd8696e576..5992fd6e3d8b7f805934ebf592691213795e8b5a 100755 (executable)
@@ -121,8 +121,7 @@ if [ ${_GET_RECONFIGS} -ne 1 ]; then
     printf "ERROR: server has been reconfigured despite bogus configuration.\n"
     clean_exit 1
 elif [ ${_GET_RECONFIG_ERRORS} -ne 1 ]; then
-    printf "ERROR: server did not report reconfiguration error despite attempt" \
-        " to configure it with invalid configuration.\n"
+    printf "ERROR: server did not report reconfiguration error despite attempt to configure it with invalid configuration.\n"
     clean_exit 1
 fi