Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't leak RUST_BACKTRACE into test process
If the tests were run with `RUST_BACKTRACE=1 make check` this test failed. If they were run without it it succeeded. We need to use `env_remove` instead of `env_clear` because the latter will never work on windows
- Loading branch information