Modify run_pipe_test.
This commit is contained in:
parent
775755cf12
commit
b1173161fc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use user_lib::{exec, fork, wait};
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub fn main() -> i32 {
|
pub fn main() -> i32 {
|
||||||
for i in 0..50 {
|
for i in 0..5 {
|
||||||
if fork() == 0 {
|
if fork() == 0 {
|
||||||
exec("pipe_large_test\0", &[core::ptr::null::<u8>()]);
|
exec("pipe_large_test\0", &[core::ptr::null::<u8>()]);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue