1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-16 03:36:18 +00:00

Merge branch 'main' into mktemp-set-dir-mode

This commit is contained in:
353fc443 aka Seagull 2022-05-17 12:51:04 +01:00 committed by GitHub
commit 124312702f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 78 additions and 74 deletions

View file

@ -2840,7 +2840,7 @@ fn test_ls_context2() {
let ts = TestScenario::new(util_name!());
for c_flag in ["-Z", "--context"] {
ts.ucmd()
.args(&[c_flag, &"/"])
.args(&[c_flag, "/"])
.succeeds()
.stdout_only(unwrap_or_return!(expected_result(&ts, &[c_flag, "/"])).stdout_str());
}