gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
60 stars 50 forks source link

support of MacPort's zip and unzip #124

Closed catap closed 2 years ago

catap commented 2 years ago

MacPorts ships different version of unzip and zip. This small pull request adjusts tests to supporting them.

Closes https://github.com/gdraheim/zziplib/issues/123