aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/io/fixtures/copy_in_out.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/io/fixtures/copy_in_out.rb')
-rw-r--r--spec/ruby/core/io/fixtures/copy_in_out.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ruby/core/io/fixtures/copy_in_out.rb b/spec/ruby/core/io/fixtures/copy_in_out.rb
new file mode 100644
index 0000000000..b9d4085a47
--- /dev/null
+++ b/spec/ruby/core/io/fixtures/copy_in_out.rb
@@ -0,0 +1,2 @@
+STDOUT.sync = false
+IO.copy_stream(STDIN, STDOUT)