mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
cksum: fix --binary reset (issue #6375)
This commit is contained in:
parent
717a6921fc
commit
2fadd253f7
2 changed files with 21 additions and 118 deletions
|
@ -602,7 +602,6 @@ fn test_reset_binary() {
|
|||
.stdout_contains("d41d8cd98f00b204e9800998ecf8427e ");
|
||||
}
|
||||
|
||||
#[ignore = "issue #6375"]
|
||||
#[test]
|
||||
fn test_reset_binary_but_set() {
|
||||
let scene = TestScenario::new(util_name!());
|
||||
|
@ -619,7 +618,7 @@ fn test_reset_binary_but_set() {
|
|||
.arg("--algorithm=md5")
|
||||
.arg(at.subdir.join("f"))
|
||||
.succeeds()
|
||||
.stdout_contains("d41d8cd98f00b204e9800998ecf8427e *"); // currently, asterisk=false. It should be true
|
||||
.stdout_contains("d41d8cd98f00b204e9800998ecf8427e *");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue