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

test_gdbm.rb: teardown

* test/gdbm/test_gdbm.rb (teardown): show hidden files.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-11-03 13:24:27 +00:00
parent e0d6328ff4
commit 3a67ca1ee5

View file

@ -68,7 +68,9 @@ if defined? GDBM
begin
FileUtils.remove_entry_secure @tmpdir
rescue
system("ls", "-lR", @tmpdir)
system("ls", "-lRa", @tmpdir)
system("rmdir", @tmpdir)
raise
else
return
end