1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Fix test suite for OSX

This commit is contained in:
Jordi Boggiano 2011-12-21 16:38:31 +01:00
parent f051778192
commit 116b17dfc0
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ class AutoloadGeneratorTest extends \PHPUnit_Framework_TestCase
$fs = new Filesystem;
$that = $this;
$this->workingDir = sys_get_temp_dir();
$this->workingDir = realpath(sys_get_temp_dir());
$this->vendorDir = $this->workingDir.DIRECTORY_SEPARATOR.'composer-test-autoload';
if (is_dir($this->vendorDir)) {
$fs->removeDirectory($this->vendorDir);