mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 02:53:57 +02:00
merge revision(s) 41411:
test_signal.rb: extra quotes * test/ruby/test_signal.rb (TestSignal#test_signal_process_group): remove extra quotes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f56c0c0631
commit
44900eec0e
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class TestSignal < Test::Unit::TestCase
|
|||
|
||||
bug4362 = '[ruby-dev:43169]'
|
||||
assert_nothing_raised(bug4362) do
|
||||
pid = Process.spawn(EnvUtil.rubybin, '-e', '"sleep 10"', :pgroup => true)
|
||||
pid = Process.spawn(EnvUtil.rubybin, '-e', 'sleep 10', :pgroup => true)
|
||||
Process.kill(:"-TERM", pid)
|
||||
Process.waitpid(pid)
|
||||
assert_equal(true, $?.signaled?)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.0.0"
|
||||
#define RUBY_RELEASE_DATE "2013-06-19"
|
||||
#define RUBY_PATCHLEVEL 233
|
||||
#define RUBY_PATCHLEVEL 234
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2013
|
||||
#define RUBY_RELEASE_MONTH 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue