mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
fuzz: flush after calling uumain - was failing with printf
This commit is contained in:
parent
2e0e88c3ac
commit
5fed5443e4
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
uumain_exit_status = uumain_function(args.to_owned().into_iter());
|
uumain_exit_status = uumain_function(args.to_owned().into_iter());
|
||||||
|
io::stdout().flush().unwrap();
|
||||||
|
|
||||||
// Restore the original stdout
|
// Restore the original stdout
|
||||||
unsafe {
|
unsafe {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue