tests: Fix path to `extcmd_test'

The path to `extcmd_test' is now `<icingaweb>/test/php/extcmd_test' instead of being relative to the current directory.

refs #6542
This commit is contained in:
Eric Lippmann 2014-07-02 10:59:44 +02:00
parent 545a153490
commit 4054bcf101
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ use Icinga\Module\Monitoring\Command\ScheduleCheckCommand;
use Icinga\Module\Monitoring\Command\SubmitPassiveCheckresultCommand;
if (!defined('EXTCMD_TEST_BIN')) {
define('EXTCMD_TEST_BIN', './bin/extcmd_test');
define('EXTCMD_TEST_BIN', BaseTestCase::$testDir . '/bin/extcmd_test');
}
/**