Skip to content

du: implement files0-from#5721

Merged
cakebaker merged 7 commits intouutils:mainfrom
sylvestre:du-from-file
Dec 26, 2023
Merged

du: implement files0-from#5721
cakebaker merged 7 commits intouutils:mainfrom
sylvestre:du-from-file

Conversation

@sylvestre
Copy link
Contributor

Should make tests/du/files0-from-dir pass

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/du/files0-from-dir is no longer failing!
Skip an intermittent issue tests/tail/inotify-dir-recreate

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/du/files0-from-dir is no longer failing!

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/du/files0-from-dir is no longer failing!
Skip an intermittent issue tests/tail/inotify-dir-recreate

@cakebaker
Copy link
Contributor

Fails on Windows :|

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/du/files0-from-dir is no longer failing!

Comment on lines +609 to +617
Err(e) if e.kind() == std::io::ErrorKind::NotFound => {
return Err(std::io::Error::new(
std::io::ErrorKind::Other,
format!(
"cannot open '{}' for reading: No such file or directory",
file_name
),
))
}
Copy link
Contributor

Choose a reason for hiding this comment

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

This case is not covered by a test.

@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/du/files0-from-dir is no longer failing!

@sylvestre sylvestre requested a review from cakebaker December 26, 2023 12:15
sylvestre and others added 7 commits December 26, 2023 13:18
Should make tests/du/files0-from-dir pass
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
@github-actions
Copy link

GNU testsuite comparison:

Congrats! The gnu test tests/du/files0-from-dir is no longer failing!

@cakebaker cakebaker merged commit 30eb77a into uutils:main Dec 26, 2023
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