Skip to content

build: restore uutils in GNU test files#7170

Merged
sylvestre merged 1 commit intouutils:mainfrom
jfinkels:restore-uutils-in-build-script
Jan 19, 2025
Merged

build: restore uutils in GNU test files#7170
sylvestre merged 1 commit intouutils:mainfrom
jfinkels:restore-uutils-in-build-script

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