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

perf: prepend all test calls with command -p #48

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

LucasLarson
Copy link
Owner

Prepending POSIX-guaranteed utilities with command -p is more dependable and provides better replicability by avoiding potentially hazardous calls to less secure aliases or symbolic links.

Fix #45; see also #41.

Prepending POSIX-guaranteed utilities with `command -p` instead of just
`command` or with nothing at all is more dependable and provides better
replicability by avoiding potentially hazardous calls to less secure
aliases or symbolic links.

Fix #45; see also #41.

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
@LucasLarson LucasLarson merged commit 143b62a into main Jan 14, 2024
7 checks passed
@LucasLarson LucasLarson deleted the command_-p_--_test branch January 14, 2024 16:38
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.

inconsistent test calls
1 participant