Skip to content

Commit

Permalink
ignore Errno::ENOTEMPTY also
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuto committed Aug 18, 2024
1 parent 8404888 commit 78a561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_epubmaker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def error(s)
yield(epubmaker, File.join(tmpdir, 'test'))
end
end
rescue Errno::EACCES
rescue Errno::EACCES, Errno::ENOTEMPTY
# Windows fails unlink when file is opened
end
end
Expand Down

0 comments on commit 78a561e

Please sign in to comment.