Skip to content

Commit

Permalink
Fix directory path for completetest commandfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
grugnog committed Nov 6, 2012
1 parent 1cdfb0b commit 9314b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/completeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function testComplete() {
// We copy our completetest commandfile into our path.
// We cannot use --include since complete deliberately avoids drush
// command dispatch.
copy(dirname(__FILE__) . '/completetest.drush.inc', UNISH_CACHE . "/completetest.drush.inc");
copy(dirname(__FILE__) . '/completetest.drush.inc', getenv('HOME') . '/.drush/completetest.drush.inc');

$sites = $this->setUpDrupal(2);
$env = key($sites);
Expand Down

0 comments on commit 9314b89

Please sign in to comment.