Skip to content

Commit

Permalink
Fix error message in mktemp test
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Mar 30, 2023
1 parent edbdfea commit 82d26c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_mktemp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,5 +886,5 @@ fn test_missing_short_tmpdir_flag() {
.arg("-p")
.fails()
.no_stdout()
.stderr_contains("requires a value but none was supplied");
.stderr_contains("a value is required for '-p <DIR>' but none was supplied");
}

0 comments on commit 82d26c7

Please sign in to comment.