X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2FgenerateMakeTest.php;fp=vendor%2Fdrush%2Fdrush%2Ftests%2FgenerateMakeTest.php;h=3b82d9bad4f0d3153353ef50bcac2e34a14610aa;hp=b27042f2b3f3ef666c5806965b360640c8d38809;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drush/drush/tests/generateMakeTest.php b/vendor/drush/drush/tests/generateMakeTest.php index b27042f2b..3b82d9bad 100644 --- a/vendor/drush/drush/tests/generateMakeTest.php +++ b/vendor/drush/drush/tests/generateMakeTest.php @@ -1,6 +1,7 @@ assertEquals($expected, $actual); // Download a module to a 'contrib' directory to test the subdir feature - mkdir($this->webroot() + '/sites/all/modules/contrib'); + $this->mkdir(Path::join($this->webroot(). '/sites/all/modules/contrib')); $this->drush('pm-download', array('libraries'), array('destination' => 'sites/all/modules/contrib') + $options); $this->drush('pm-enable', array('libraries'), $options); $makefile = UNISH_SANDBOX . '/dev.make.yml';