mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Rustfmt new tests
This commit is contained in:
parent
e5b577fb27
commit
1d271991af
7 changed files with 31 additions and 29 deletions
|
@ -148,7 +148,7 @@ fn test_rm_errors() {
|
|||
// rm: error: could not remove directory 'test_rm_errors_directory' (did you mean to pass '-r'?)
|
||||
ucmd.arg(dir).fails().stderr_is(
|
||||
"rm: error: could not remove directory 'test_rm_errors_directory' (did you mean \
|
||||
to pass '-r' or '-R'?)\n",
|
||||
to pass '-r' or '-R'?)\n",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue