Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aleury committed Sep 2, 2024
1 parent d1ac99d commit 310c7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fn binary_with_the_number_arg_prints_the_top_n_largest_files_under_the_current_w
#[test]
fn binary_with_invalid_path_arg_prints_an_error_message_and_exits_with_failure_code() {
#[cfg(windows)]
let want = "The system cannot find the file specified";
let want = "The system cannot find the path specified";
#[cfg(not(windows))]
let want = "No such file or directory";

Expand Down

0 comments on commit 310c7e9

Please sign in to comment.