Conversation
oech3
force-pushed
the
patch-5
branch
3 times, most recently
from
March 14, 2026 08:17
800e38b to
795e158
Compare
Member
|
can we have a little more detail in the summary text about what this is testing. Also it's probably worth checking the system can execute non-readable scripts, |
pixelb
reviewed
Mar 28, 2026
* tests/misc/coreutils.sh: ensure utility name is detected at shebang
oech3
force-pushed
the
patch-5
branch
2 times, most recently
from
June 17, 2026 15:39
d24b15b to
98b26d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #215Check that multi-call binary called as shebang detects it's utility name correctly. It fails when the binary tried to detect the name from
AT_EXECFN(path of the script).The shebang wrapper's name does not have any actual util's name for the case the binary try to match with
*utility_name(e.g. uutils).