summaryrefslogtreecommitdiff
path: root/spec/ruby/core/io/foreach_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/io/foreach_spec.rb')
-rw-r--r--spec/ruby/core/io/foreach_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/io/foreach_spec.rb b/spec/ruby/core/io/foreach_spec.rb
index c5c1178787..c2276cf544 100644
--- a/spec/ruby/core/io/foreach_spec.rb
+++ b/spec/ruby/core/io/foreach_spec.rb
@@ -24,7 +24,7 @@ describe "IO.foreach" do
ScratchPad.recorded.should == ["hello\n", "line2\n"]
end
- with_feature :fork do
+ platform_is_not :windows do
it "gets data from a fork when passed -" do
parent_pid = $$