summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 36c53d51bd..9ecc7dfac7 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -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{