N°7446 - Fix in CI environment

This commit is contained in:
odain
2024-11-29 12:08:16 +01:00
parent bb405d5173
commit bd1d447677
2 changed files with 4 additions and 1 deletions

View File

@@ -137,7 +137,6 @@ abstract class ItopCustomDatamodelTestCase extends ItopDataTestCase
$sConfFile = utils::GetConfigFilePath($sTestEnv);
$sConfFolder = dirname($sConfFile);
if (is_file($sConfFile)) {
chmod($sConfFile, 0777);
SetupUtils::tidydir($sConfFolder);
}