mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Add pre-commit hook + run fmt (#1959)
This commit is contained in:
parent
da18ffa496
commit
be03c948ed
4 changed files with 41 additions and 34 deletions
|
@ -177,7 +177,7 @@ fn test_rm_directory_without_flag() {
|
|||
let dir = "test_rm_directory_without_flag_dir";
|
||||
|
||||
at.mkdir(dir);
|
||||
|
||||
|
||||
let result = ucmd.arg(dir).fails();
|
||||
println!("{}", result.stderr);
|
||||
assert!(result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue