Test fixes and rebase conflicts, round 3
This commit is contained in:
parent
50b3ecf3bc
commit
72f59732d7
18 changed files with 156 additions and 153 deletions
|
@ -576,7 +576,7 @@ mod tests {
|
|||
assert!(p.is_ok());
|
||||
let mut p = p.unwrap();
|
||||
assert!(p.wait().unwrap().code() == Some(1));
|
||||
drop(p.wait().clone());
|
||||
drop(p.wait());
|
||||
}
|
||||
|
||||
#[cfg(all(unix, not(target_os="android")))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue