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:
parent
e0d6328ff4
commit
3a67ca1ee5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue