From 58d7c91b6505fc9fdd200c98701cc1be180ba1be Mon Sep 17 00:00:00 2001 From: Scott Mann Date: Thu, 5 May 2011 22:56:55 +0000 Subject: [PATCH] remove trailing newline from pid (RT #24388) --- bin/tests/system/start.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 724547713a..836bca1560 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.21 2011/05/05 04:47:45 marka Exp $ +# $Id: start.pl,v 1.22 2011/05/05 22:56:55 smann Exp $ # Framework for starting test servers. # Based on the type of server specified, check for port availability, remove @@ -201,6 +201,7 @@ sub start_server { # start the server my $child = `$command`; + chomp( $child ); # 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