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
62 stars 50 forks source link

Improve cross-platform compatibility of test suite #79

Closed pks-t closed 5 years ago

pks-t commented 5 years ago

The test suite currently has some platform-specific quirks, most importantly it expects on glibc-style error messages. This PR fixes all platform-specific quirks that I've experienced on my system so that the test suite now passes.

pks-t commented 5 years ago

Rebased to trigger CI

gdraheim commented 5 years ago

very many thanks for that.