Revert "tests: Fix path to `extcmd_test'"

This reverts commit 4054bcf101.

The changed path to `extcmd_test' is actually invalid because `extcmd_test' is located beneath `<icingaweb>/modules/test/bin'.
I erroneously assumed the latter as invalid because the compiled `extcmd_test' was missing.
This commit is contained in:
Eric Lippmann 2014-07-02 12:18:15 +02:00
parent 9b2d674c50
commit 8727c9b91d
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', BaseTestCase::$testDir . '/bin/extcmd_test');
define('EXTCMD_TEST_BIN', './bin/extcmd_test');
}
/**