pmqs / IO-Compress

IO-Compress - Perl5 module to read/write compressed data in multiple formats
14 stars 16 forks source link

Delete GZIP environment variable before running interop tests #24

Open pmqs opened 4 years ago

pmqs commented 4 years ago

Gzip allows default options to be set with the GZIP environment variable.

get the test harness to delete this env variable in CompTestUtils.pm to prevent unexpected results.

Same goes for BZIP, BZIP2 for Bzip2 ZSTD_CLEVEL for zstd. XZ_DEFAULTS for xz

pmqs commented 4 years ago

Also ZIP, ZIPOPT and TZ for zip UNZIP and TZ for unzip