aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_io.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-21 05:47:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-21 05:47:12 +0000
commit7f2ca5ba7a5afd95354d7ea9a39741cebff38e70 (patch)
treeb724185f18f370755cb8264d89b205881cd8f4bb /bootstraptest/test_io.rb
parent3ce61d2a639a47d505fa9179d6d41f774c85ad92 (diff)
downloadruby-7f2ca5ba7a5afd95354d7ea9a39741cebff38e70.tar.gz
* io.c (argf_set_encoding): uses current_file after check for next
input. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_io.rb')
-rw-r--r--bootstraptest/test_io.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/test_io.rb b/bootstraptest/test_io.rb
index 4974a1eeb9..07211050a6 100644
--- a/bootstraptest/test_io.rb
+++ b/bootstraptest/test_io.rb
@@ -69,3 +69,7 @@ assert_equal 'ok', %q{
File.unlink(tmpname)
:ok
}
+
+assert_normal_exit %q{
+ ARGF.set_encoding "foo"
+}