Skip to content

Conversation

@sylvestre
Copy link
Contributor

should fix tests/shred/shred-passes.sh

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/shred/shred-passes is no longer failing!

@oech3
Copy link
Contributor

oech3 commented Nov 18, 2025

@github-actions
Copy link

GNU testsuite comparison:

Skip an intermittent issue tests/misc/tee (fails in this run but passes in the 'main' branch)
Congrats! The gnu test tests/shred/shred-passes is no longer failing!

};

let random_source = match matches.get_one::<String>(options::RANDOM_SOURCE) {
let mut random_source = match matches.get_one::<String>(options::RANDOM_SOURCE) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't it be simpler to store the path in RandomSource, instead of the file? It would allow you to keep random_source non-mutable.

I guess the todo on line 274 is now done with your changes?

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.

3 participants