Skip to content

Commit

Permalink
Add missing period to test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewliebenow committed Oct 18, 2024
1 parent 796e8f7 commit 3105dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_mkdir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ fn test_umask_compliance() {
#[test]
fn test_no_arguments() {
new_ucmd!().fails().no_stdout().stderr_str_check(|st| {
st.starts_with("mkdir: missing operand\n") && st.ends_with("for more information\n")
st.starts_with("mkdir: missing operand\n") && st.ends_with("for more information.\n")
});
}

Expand Down

0 comments on commit 3105dc0

Please sign in to comment.