]> git.lizzy.rs Git - rust.git/commit
don't leak RUST_BACKTRACE into test process
authorOliver Schneider <github333195615777966@oli-obk.de>
Thu, 28 Jan 2016 11:56:06 +0000 (12:56 +0100)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Fri, 29 Jan 2016 08:46:42 +0000 (09:46 +0100)
commit5012d205ccaaf576229c5ebdf5cdfbf60af79008
treeed36b9c1a08f802a655940aab1d5f21d2fb33de6
parent7bd87c1f1b8afabcf1bafa14dd13c59f00b4f4be
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
src/test/run-pass/multi-panic.rs