1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos

This commit is contained in:
Kazuhiro NISHIYAMA 2020-06-22 18:23:58 +09:00
parent 7ac6c967e4
commit 3a1e63e540
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -770,9 +770,9 @@ class TestFileUtils < Test::Unit::TestCase
File.write("#{dir}/#{c}.txt", "test_remove_entry_multibyte_path")
remove_entry dir
assert_no_file_exist dir
assert_file_not_exist dir
rescue MiniTest::Assertion
STDERR.puts Dir.glob("#{dir}/**").inspect
STDERR.puts Dir.glob("#{dir}/**/*").inspect
raise
end