From: Marcin Siodelski Date: Tue, 3 Jun 2014 09:56:30 +0000 (+0200) Subject: [3405] Fixed line break in the signal handling test for DHCPv6. X-Git-Tag: trac3434_base~11^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9e491a5dc613a91922bd316386dbc110ab30ba0;p=thirdparty%2Fkea.git [3405] Fixed line break in the signal handling test for DHCPv6. --- diff --git a/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh b/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh index 3100c6c739..5992fd6e3d 100755 --- a/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh +++ b/src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh @@ -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