diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 87c9d9403e..1f7456520c 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: start.pl,v 1.23 2011/05/05 23:10:24 smann Exp $ +# $Id: start.pl,v 1.24 2011/05/05 23:15:56 smann Exp $ # Framework for starting test servers. # Based on the type of server specified, check for port availability, remove @@ -201,7 +201,7 @@ sub start_server { # start the server my $child = `$command`; - $child =~ s/\s+$//; + $child =~ s/\s+$//g; # wait up to 14 seconds for the server to start and to write the # pid file otherwise kill this server and any others that have