We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f231896 commit ef855a0Copy full SHA for ef855a0
user/src/bin/run_pipe_test.rs
@@ -8,7 +8,7 @@ use user_lib::{exec, fork, wait};
8
9
#[no_mangle]
10
pub fn main() -> i32 {
11
- for i in 0..50 {
+ for i in 0..5 {
12
if fork() == 0 {
13
exec("pipe_large_test\0", &[core::ptr::null::<u8>()]);
14
} else {
0 commit comments