mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test_regex_casefold.rb: skip if no data file
* test/ruby/enc/test_regex_casefold.rb (setup): skip with error message if CaseFolding.txt does not present, instead of printing the message, which causes unknown command in parallel test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
70da28c185
commit
f40be5e64a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class TestCaseFold < Test::Unit::TestCase
|
|||
@@tests ||= read_tests
|
||||
rescue Errno::ENOENT => e
|
||||
@@tests ||= []
|
||||
puts e.message
|
||||
skip e.message
|
||||
end
|
||||
|
||||
def self.generate_test_casefold(encoding)
|
||||
|
|
Loading…
Reference in a new issue