test: fix tests

This commit is contained in:
Yağız can Değirmenci
2021-05-26 03:21:53 +03:00
parent 8fe34c72d2
commit 12f207a6d6
+1 -1
View File
@@ -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;