mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fuzz: flush after calling uumain - was failing with printf
This commit is contained in:
@@ -64,6 +64,7 @@ where
|
||||
}
|
||||
|
||||
uumain_exit_status = uumain_function(args.to_owned().into_iter());
|
||||
io::stdout().flush().unwrap();
|
||||
|
||||
// Restore the original stdout
|
||||
unsafe {
|
||||
|
||||
Reference in New Issue
Block a user