Adapt spawn() test for Unix

This commit is contained in:
Chris Aumann 2017-04-06 23:05:53 +02:00
parent ea130dd021
commit 5a7ccf759b
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ mod tests {
#[test]
fn test_start() {
let _ = spawn("echo hi", vec![]);
let _ = spawn("echo hi", vec![], true);
}
#[test]