mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos
This commit is contained in:
parent
7ac6c967e4
commit
3a1e63e540
1 changed files with 2 additions and 2 deletions
|
@ -770,9 +770,9 @@ class TestFileUtils < Test::Unit::TestCase
|
||||||
File.write("#{dir}/#{c}.txt", "test_remove_entry_multibyte_path")
|
File.write("#{dir}/#{c}.txt", "test_remove_entry_multibyte_path")
|
||||||
|
|
||||||
remove_entry dir
|
remove_entry dir
|
||||||
assert_no_file_exist dir
|
assert_file_not_exist dir
|
||||||
rescue MiniTest::Assertion
|
rescue MiniTest::Assertion
|
||||||
STDERR.puts Dir.glob("#{dir}/**").inspect
|
STDERR.puts Dir.glob("#{dir}/**/*").inspect
|
||||||
raise
|
raise
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue