summaryrefslogtreecommitdiff
path: root/test/fileutils
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-06-22 18:15:21 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-06-22 18:18:16 +0900
commit7ac6c967e49d1e3ad46be20aca98e8f1df2c2d5b (patch)
tree86ba446b20b9fec89a5a89b9f0710b67d0385c99 /test/fileutils
parent78352fb52ed2c15fe0d74c02ea29b7e5a28b18c0 (diff)
Revert d231b8f95b35d8a344cec4f62d7bbdf360a70e1c and add debug print
Diffstat (limited to 'test/fileutils')
-rw-r--r--test/fileutils/test_fileutils.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/fileutils/test_fileutils.rb b/test/fileutils/test_fileutils.rb
index 8a546ccf1b..31973bf9da 100644
--- a/test/fileutils/test_fileutils.rb
+++ b/test/fileutils/test_fileutils.rb
@@ -770,7 +770,10 @@ class TestFileUtils < Test::Unit::TestCase
File.write("#{dir}/#{c}.txt", "test_remove_entry_multibyte_path")
remove_entry dir
- assert_file_not_exist dir
+ assert_no_file_exist dir
+ rescue MiniTest::Assertion
+ STDERR.puts Dir.glob("#{dir}/**").inspect
+ raise
end
def test_remove_entry_secure