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