mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Fix VcsRepositoryTest
This commit is contained in:
parent
23d42c6717
commit
f9913205dd
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ class VcsRepositoryTest extends TestCase
|
|||
|
||||
return;
|
||||
}
|
||||
if (!@mkdir(self::$gitRepo) || !@chdir(self::$gitRepo)) {
|
||||
$this->skipped = 'Could not create and move into the temp git repo '.self::$gitRepo;
|
||||
if (!@chdir(self::$gitRepo)) {
|
||||
$this->skipped = 'Could not move into the temp git repo '.self::$gitRepo;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue