mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
test: fix tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user