Skip to content

hashsum: also escape/unescape files with checks#5868

Merged
cakebaker merged 7 commits intouutils:mainfrom
sylvestre:md5sum-escape-bis
Mar 12, 2024
Merged

hashsum: also escape/unescape files with checks#5868
cakebaker merged 7 commits intouutils:mainfrom
sylvestre:md5sum-escape-bis

Conversation

@sylvestre
Copy link
Copy Markdown
Contributor

Should fix tests/cksum/md5sum-bsd.sh

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
Copy Markdown
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 :)

@github-actions
Copy link
Copy Markdown

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!

@github-actions
Copy link
Copy Markdown

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!

@github-actions
Copy link
Copy Markdown

GNU testsuite comparison:

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

@github-actions
Copy link
Copy Markdown

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 <daniel.hofstetter@42dh.com>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
@github-actions
Copy link
Copy Markdown

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
@cakebaker
Copy link
Copy Markdown
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