mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: adapt to clap's modified error messages
This commit is contained in:
parent
817a832f33
commit
3eeb5dda30
13 changed files with 17 additions and 25 deletions
|
@ -30,7 +30,7 @@ fn test_stdbuf_no_buffer_option_fails() {
|
|||
ts.ucmd()
|
||||
.args(&["head"])
|
||||
.fails()
|
||||
.stderr_contains("The following required arguments were not provided:");
|
||||
.stderr_contains("the following required arguments were not provided:");
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue