提交 ef855a06 编写于 作者: Y Yifan Wu

Modify run_pipe_test.

上级 f2318967
...@@ -8,7 +8,7 @@ use user_lib::{exec, fork, wait}; ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册