Skip to content

Conversation

@yuankunzhang
Copy link
Contributor

Closes #8361.

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/stdbuf (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/timeout/timeout (fails in this run but passes in the 'main' branch)

Copy link
Contributor

@cakebaker cakebaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy complains about two unneeded return statements on Windows, otherwise it looks good.

@yuankunzhang
Copy link
Contributor Author

clippy complains about two unneeded return statements on Windows, otherwise it looks good.

Addressed.

@cakebaker cakebaker merged commit 8e83822 into uutils:main Jul 22, 2025
112 of 114 checks passed
@cakebaker
Copy link
Contributor

Thanks!

@Ecordonnier
Copy link
Contributor

Ecordonnier commented Dec 9, 2025

@yuankunzhang can you please have a look at #9614 , it uses Command::exec() instead of the call to libc::execvp() which was introduced in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

env(1) forks, but must exec() directly

4 participants