1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge branch 'master' into iss1769

This commit is contained in:
Jan Scheer 2021-03-25 23:23:08 +01:00 committed by GitHub
commit aac79d13b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
81 changed files with 3802 additions and 1438 deletions

View file

@ -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