From afd27d81a7104d6bd4f97e0f76be111206293594 Mon Sep 17 00:00:00 2001 From: lest Date: Mon, 14 Nov 2011 20:16:59 +0200 Subject: [PATCH] fix server execution in integration test use exec in running command to allow started process to be killed --- test/integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.rb b/test/integration_test.rb index b7b7dec9..7d92d4a6 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -13,7 +13,7 @@ class IntegrationTest < Test::Unit::TestCase end def command - cmd = [] + cmd = ['exec'] if RbConfig.respond_to? :ruby cmd << RbConfig.ruby.inspect else