mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-06 17:44:12 +01:00
✅ Fix DBBackupTest (again :/)
Was working on Windows but not on Linux...
This commit is contained in:
@@ -51,6 +51,6 @@ class DBBackupTest extends ItopTestCase
|
||||
$oConfigToTest->Set('db_tls.ca', $sTestCa);
|
||||
$sCliArgsCapathCfg = DBBackup::GetMysqlCliTlsOptions($oConfigToTest);
|
||||
$this->assertStringStartsWith(' --ssl', $sCliArgsMinCfg);
|
||||
$this->assertStringEndsWith('--ssl-ca="'.$sTestCa.'"', $sCliArgsCapathCfg);
|
||||
$this->assertStringEndsWith('--ssl-ca='.DBBackup::EscapeShellArg($sTestCa), $sCliArgsCapathCfg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user