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

hashsum: also escape/unescape files with checks #5868

Merged
merged 7 commits into from
Mar 12, 2024

Conversation

sylvestre
Copy link
Contributor

Should fix tests/cksum/md5sum-bsd.sh

@@ -100,9 +100,9 @@ cp "${UU_BUILD_DIR}/install" "${UU_BUILD_DIR}/ginstall" # The GNU tests rename t
# Create *sum binaries
for sum in b2sum b3sum md5sum sha1sum sha224sum sha256sum sha384sum sha512sum; do
sum_path="${UU_BUILD_DIR}/${sum}"
test -f "${sum_path}" || cp "${UU_BUILD_DIR}/hashsum" "${sum_path}"
test -f "${sum_path}" || (cd ${UU_BUILD_DIR} && ln -s "hashsum" "${sum}")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise, I was testing always the same program :)

Copy link

GNU testsuite comparison:

GNU test failed: tests/cksum/md5sum-newline. tests/cksum/md5sum-newline is passing on 'main'. Maybe you have to rebase?
Congrats! The gnu test tests/cksum/md5sum-bsd is no longer failing!

Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/tail/inotify-dir-recreate (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/cksum/md5sum-bsd is no longer failing!

Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/cksum/md5sum-bsd is no longer failing!

Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/cksum/md5sum-bsd is no longer failing!

@sylvestre sylvestre requested a review from cakebaker March 12, 2024 12:08
sylvestre and others added 2 commits March 12, 2024 13:08
Co-authored-by: Daniel Hofstetter <[email protected]>
Co-authored-by: Daniel Hofstetter <[email protected]>
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/cksum/md5sum-bsd is no longer failing!

@cakebaker cakebaker merged commit 1725479 into uutils:main Mar 12, 2024
64 checks passed
@cakebaker
Copy link
Contributor

Congrats! The gnu test tests/cksum/md5sum-bsd is no longer failing!

Great :)

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