Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 2, 2024
1 parent 7f651dc commit 2d39cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn non_unicode_path_error() -> Result {
.args(["create", "."])
.current_dir(&dir)
.assert()
.stderr("error: path `./�` not valid unicode\n")
.stderr(format!("error: path `.{SEPARATOR}�` not valid unicode\n"))
.failure();

Ok(())
Expand Down

0 comments on commit 2d39cef

Please sign in to comment.