Skip to content

uu_install should overwrite files like GNU coreutils #11532#12362

Open
Devel08 wants to merge 6 commits into
uutils:mainfrom
Devel08:fix-issue-11532
Open

uu_install should overwrite files like GNU coreutils #11532#12362
Devel08 wants to merge 6 commits into
uutils:mainfrom
Devel08:fix-issue-11532

Conversation

@Devel08
Copy link
Copy Markdown
Contributor

@Devel08 Devel08 commented May 18, 2026

This PR resolves #11532.
Canonicalize didn't work with a fifo file types, in that case, /dev/stdin was a device path that is a symlink to /proc/self/fd/0

@Devel08 Devel08 changed the title Fix issue 11532 uu_install should overwrite files like GNU coreutils #11532 May 18, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 18, 2026

GNU testsuite comparison:

Skip an intermittent issue tests/misc/io-errors (fails in this run but passes in the 'main' branch)
Note: The gnu test tests/printf/printf-surprise is now being skipped but was previously passing.
Note: The gnu test tests/seq/seq-epipe is now being skipped but was previously passing.

@Devel08
Copy link
Copy Markdown
Contributor Author

Devel08 commented May 18, 2026

What do we do about termux? #[cfg(any(target_os = "android", unix))] didn't work.

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.

uu_install should overwrite files like GNU coreutils

1 participant