ignore inherited environment test under valgrind r=snapshot

This commit is contained in:
James Miller 2013-06-20 22:43:21 +12:00
parent f5036c24df
commit 3acdbfd2c8

View File

@ -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);