Rollup merge of #29158 - arcnmx:process-test, r=alexcrichton

This test was mysteriously messed with as part of #28500

r? @alexcrichton
This commit is contained in:
Steve Klabnik 2015-10-20 09:43:47 -04:00
commit b314f845e0

View File

@ -625,8 +625,8 @@ mod tests {
drop(p.wait());
}
#[cfg(unix)]
#[cfg(all(unix, not(target_os="android")))]
#[test]
fn signal_reported_right() {
use os::unix::process::ExitStatusExt;