mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bootstraptest/test_knownbug.rb: support DOSISH.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
486dd97e74
commit
735f064df3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Dec 30 19:23:23 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* bootstraptest/test_knownbug.rb: support DOSISH.
|
||||
|
||||
Sun Dec 30 17:43:54 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* encoding.c (Init_Encoding): registered rb_encoding differs from
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
#
|
||||
|
||||
assert_normal_exit %q{
|
||||
File.read("/dev/null").clone
|
||||
null = File.exist?("/dev/null") ? "/dev/null" : "NUL" # maybe DOSISH
|
||||
File.read(null).clone
|
||||
}, '[ruby-dev:32819] reported by Kazuhiro NISHIYAMA'
|
||||
|
||||
assert_normal_exit %q{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue