Skip to content

Test: discard BZIP/BZIP2 vars before testing

The tests may fail if the BZIP or BZIP2 environment variables are set. To reproduce the issue, run:

BZIP2="--derp" ctest -V

This commit discards those variables before running the tests.

Resolves: #31 (closed)

Fix courtesy of Michael Orlitzky

Merge request reports