aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_gc.rb')
-rw-r--r--test/ruby/test_gc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb
index 5af15b9580..6f5aab5ced 100644
--- a/test/ruby/test_gc.rb
+++ b/test/ruby/test_gc.rb
@@ -335,6 +335,7 @@ class TestGc < Test::Unit::TestCase
bug10595 = '[ruby-core:66825] [Bug #10595]'
src = <<-'end;'
pid = $$
+ $stderr.puts `/usr/bin/psig #{$$}` if RUBY_PLATFORM.include?('solaris')
Thread.start do
10.times {
sleep 0.1