aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_fork.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 08:38:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 08:38:16 +0000
commitf12cc82e0fced3708807df2db748fa86483a21ac (patch)
treef7ce530d2680d2d3f8f9796ead6d99cd71768a10 /bootstraptest/test_fork.rb
parent131d0efb5fc34c2e7bb3b72d4404a3155c33e182 (diff)
downloadruby-f12cc82e0fced3708807df2db748fa86483a21ac.tar.gz
* bootstraptest/pending.rb: renamed from featurebug.rb.
This file contains bugs which is known but will not be fixed in days. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_fork.rb')
-rw-r--r--bootstraptest/test_fork.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstraptest/test_fork.rb b/bootstraptest/test_fork.rb
index 4632ca2694..ae8d9e174d 100644
--- a/bootstraptest/test_fork.rb
+++ b/bootstraptest/test_fork.rb
@@ -1,6 +1,6 @@
-assert_equal '0', %q{
- GC.stress = true
- pid = fork {}
- Process.wait pid
- $?.to_i
-}, '[ruby-dev:32404]'
+assert_equal '0', %q{
+ GC.stress = true
+ pid = fork {}
+ Process.wait pid
+ $?.to_i
+}, '[ruby-dev:32404]'