mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
ignore inherited environment test under valgrind r=snapshot
This commit is contained in:
@@ -1160,6 +1160,7 @@ fn run_env(env: Option<&[(~str, ~str)]>) -> run::Process {
|
||||
|
||||
#[test]
|
||||
fn test_inherit_env() {
|
||||
if running_on_valgrind() { return; }
|
||||
|
||||
let mut prog = run_env(None);
|
||||
let output = str::from_bytes(prog.finish_with_output().output);
|
||||
|
||||
Reference in New Issue
Block a user