Commits
Click on a commit to change the comparison rangestdbuf: support libstdbuf in same directory as stdbuf
Make stdbuf search for libstdbuf first in the directory where stdbuf is running. This matches GNU coreutils behavior.
Add a symlink to deps/libstdbuf in order to make it easier to run the stdbuf tests with feat_external_stdbuf enabled.
Remove tests which are assuming that libstdbuf is not found. Those tests are now always failing, because the build
directory contains a symlink to deps/libstdbuf and libstdbuf is always found.
Fixes https://github.com/uutils/coreutils/issues/10345
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>3 days ago
by Ecordonnier