Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: restore uutils in GNU test files #7170

Merged
merged 1 commit into from
Jan 19, 2025

Conversation

jfinkels
Copy link
Collaborator

Update the util/build-gnu.sh script to restore the use of uutils programs that had been temporarily replaced with GNU programs in test files where the program to replace was not a primary concern. For example, before this commit we were forcing the use of GNU stat instead of uutils stat in the test file
tests/touch/60-seconds.sh. After this commit, we use the uutils stat since it is working well enough for this test case.

Update the `util/build-gnu.sh` script to restore the use of uutils
programs that had been temporarily replaced with GNU programs in test
files where the program to replace was not a primary concern. For
example, before this commit we were forcing the use of GNU `stat`
instead of uutils `stat` in the test file
`tests/touch/60-seconds.sh`. After this commit, we use the uutils
`stat` since it is working well enough for this test case.
@jfinkels jfinkels marked this pull request as ready for review January 19, 2025 21:09
@sylvestre sylvestre merged commit 1472995 into uutils:main Jan 19, 2025
67 checks passed
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.

2 participants