mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
test: fix tests
This commit is contained in:
parent
8fe34c72d2
commit
12f207a6d6
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ fn test_install_target_new_file_with_owner() {
|
|||
.arg(format!("{}/{}", dir, file))
|
||||
.run();
|
||||
|
||||
if is_ci() && result.stderr_str().contains("error: no such user:") {
|
||||
if is_ci() && result.stderr_str().contains("no such user:") {
|
||||
// In the CI, some server are failing to return the user id.
|
||||
// As seems to be a configuration issue, ignoring it
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue