Skip to content

Commit

Permalink
fix test failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 9, 2024
1 parent 8c45e47 commit 77e4a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/keygen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ fn keygen_override_key_file() {
.assert()
.failure()
.stdout(is_empty())
.stderr(contains(": File exists"));
// don't check the exact message: it depends on the OS
.stderr(contains("error:"));
}

0 comments on commit 77e4a6a

Please sign in to comment.