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:
@@ -625,8 +625,8 @@ mod tests {
|
|||||||
drop(p.wait());
|
drop(p.wait());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(unix)]
|
|
||||||
#[cfg(all(unix, not(target_os="android")))]
|
#[cfg(all(unix, not(target_os="android")))]
|
||||||
|
#[test]
|
||||||
fn signal_reported_right() {
|
fn signal_reported_right() {
|
||||||
use os::unix::process::ExitStatusExt;
|
use os::unix::process::ExitStatusExt;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user