summaryrefslogtreecommitdiff
path: root/test/io
diff options
context:
space:
mode:
Diffstat (limited to 'test/io')
-rw-r--r--test/io/console/test_io_console.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb
index 3481a2b213..a44e5ffff9 100644
--- a/test/io/console/test_io_console.rb
+++ b/test/io/console/test_io_console.rb
@@ -289,9 +289,9 @@ class TestIO_Console < Test::Unit::TestCase
require 'tempfile'
NOCTTY = noctty
def test_noctty
- t = Tempfile.new("console")
+ t = Tempfile.new("noctty_out")
t.close
- t2 = Tempfile.new("console")
+ t2 = Tempfile.new("noctty_run")
t2.close
cmd = [*NOCTTY[1..-1],
'-e', 'open(ARGV[0], "w") {|f|',