summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index 019a82d9bd..55b7ce01cb 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -34,5 +34,5 @@ assert_finish 1, %q{
sleep 0.1
w << "ab"
}
- p r.gets("abab")
+ r.gets("abab")
}