mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
hashsum: test b3sum::test_nonames for real (#4027)
* hashsum: test b3sum::test_nonames for real Signed-off-by: Huijeong Kim <herehuijeong@gmail.com> * apply cargo format Signed-off-by: Huijeong Kim <herehuijeong@gmail.com>
This commit is contained in:
parent
1d9ec1ed94
commit
02f6fa7b24
2 changed files with 5 additions and 6 deletions
|
@ -34,7 +34,7 @@ macro_rules! test_digest {
|
|||
fn test_nonames() {
|
||||
let ts = TestScenario::new("hashsum");
|
||||
// EXPECTED_FILE has no newline character at the end
|
||||
if DIGEST_ARG == "b3sum" {
|
||||
if DIGEST_ARG == "--b3sum" {
|
||||
// Option only available on b3sum
|
||||
assert_eq!(format!("{0}\n{0}\n", ts.fixtures.read(EXPECTED_FILE)),
|
||||
ts.ucmd().arg(DIGEST_ARG).arg(BITS_ARG).arg("--no-names").arg("input.txt").arg("-").pipe_in_fixture("input.txt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue