mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #1834 from jhscheer/patch-3
rm: add an additional flag -R for --recursive
This commit is contained in:
commit
6a109a5069
2 changed files with 11 additions and 5 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'?)\n",
|
||||
to pass '-r' or '-R'?)\n",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue