mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
test: fix tests
This commit is contained in:
parent
071899d24d
commit
8fe34c72d2
2 changed files with 2 additions and 2 deletions
|
@ -37,5 +37,5 @@ fn test_sync_no_existing_files() {
|
|||
.arg("--data")
|
||||
.arg("do-no-exist")
|
||||
.fails()
|
||||
.stderr_contains("error: cannot stat");
|
||||
.stderr_contains("cannot stat");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue