X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2FmakeTest.php;h=cccc70fa65cfa8232dbdc0a03659835b63883c27;hp=7741e77ae43b06dc0729e74e5442eedaf7a5dddb;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;ds=sidebyside diff --git a/vendor/drush/drush/tests/makeTest.php b/vendor/drush/drush/tests/makeTest.php index 7741e77ae..cccc70fa6 100644 --- a/vendor/drush/drush/tests/makeTest.php +++ b/vendor/drush/drush/tests/makeTest.php @@ -380,6 +380,7 @@ class makeMakefileCase extends CommandUnishTestCase { } } + /* TODO: http://download.gna.org/wkhtmltopdf/obsolete/linux/wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2 cannot be downloaded any longer function testMakeBZ2SingleFile() { // Silently skip bz2 test if bz2 is not installed. exec('which bzip2', $output, $whichBzip2ErrorCode); @@ -390,6 +391,7 @@ class makeMakefileCase extends CommandUnishTestCase { $this->markTestSkipped('bzip2 command not available.'); } } + */ function testMakeContribDestination() { $this->runMakefileTest('contrib-destination');