We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64066fa commit a12ece3Copy full SHA for a12ece3
tests/mock/clitools.rs
@@ -69,6 +69,7 @@ pub fn setup(s: Scenario, f: &dyn Fn(&mut Config)) {
69
env::remove_var("RUSTUP_TOOLCHAIN");
70
env::remove_var("SHELL");
71
env::remove_var("ZDOTDIR");
72
+ env::remove_var("RUST_BACKTRACE");
73
74
let current_exe_path = env::current_exe().map(PathBuf::from).unwrap();
75
let mut exe_dir = current_exe_path.parent().unwrap();
0 commit comments