dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
55 stars 17 forks source link

t_defaultprovider: properly delete created file #224

Closed t-8ch closed 4 months ago

t-8ch commented 4 months ago

rmdir() only deletes an empty directory. As files were created within this directory the test would always fail. This wasn't showing as it would nearly always be skipped as the directory is still left over from the first failed run.