Browse Source

[3405] Fixed line break in the signal handling test for DHCPv6.

Marcin Siodelski 11 years ago
parent
commit
f9e491a5dc
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/dhcp6/tests/dhcp6_reconfigure_test.sh

+ 1 - 2
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