aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_fork.rb
blob: 4632ca26947ef40466b9f73dc03320a9a40ff6a0 (plain)
1
2
3
4
5
6
assert_equal '0', %q{
  GC.stress = true
  pid = fork {}
  Process.wait pid
  $?.to_i
}, '[ruby-dev:32404]'