Skip to content

Commit

Permalink
Don't match error text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Jan 7, 2025
1 parent 052ced0 commit 70af787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/signzone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3471,7 +3471,7 @@ vrcj1rgalbb9eh2ii8a43fbeib1ufqf6.example.org.\t238\tIN\tRRSIG\tNSEC3 8 3 238 202
])
.run();

assert!(res.stderr.contains("No such file or directory"));
assert!(!res.stderr.is_empty());
assert_eq!(res.stdout, "");
assert_eq!(res.exit_code, 1);

Expand Down

0 comments on commit 70af787

Please sign in to comment.