Skip to content

Commit

Permalink
Fix the JRuby build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Jan 6, 2012
1 parent 656dac2 commit fa13073
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/childprocess_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,11 @@
process.duplex = true

process.start
process.wait

stdout_w.close
stderr_w.close

process.wait

stdout.read.should == "stdout\n"
stderr.read.should == "stderr\n"
end
Expand Down

0 comments on commit fa13073

Please sign in to comment.