Skip to content

Commit

Permalink
Merge pull request drush-ops#1886 from drush-ops/make-test
Browse files Browse the repository at this point in the history
Strange problem with double-include of make.utilities.inc
  • Loading branch information
greg-1-anderson committed Dec 25, 2015
2 parents a2a7c41 + f003fa5 commit 1b43156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/makeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ function testMakeUseDistributionAsCore() {
* Test that files without a core attribute are correctly identified.
*/
public function testNoCoreMakefileParsing() {
require __DIR__ . '/../commands/make/make.utilities.inc';
require_once __DIR__ . '/../commands/make/make.utilities.inc';

// INI.
$data = file_get_contents(__DIR__ . '/makefiles/no-core.make');
Expand Down

0 comments on commit 1b43156

Please sign in to comment.