stdbuf: use exec instead of forking
forking creates a new PID and it not compatible with GNU coreutils implementation.
Fixes https://github.com/uutils/coreutils/issues/9066
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
0110357
7 days ago
by Ecordonnier
+0.01%
stdbuf: add test verifying that execvp is used
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>