commit
13215cdb1d
|
@ -42,8 +42,8 @@ class VcsRepositoryTest extends TestCase
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!@mkdir(self::$gitRepo) || !@chdir(self::$gitRepo)) {
|
if (!@chdir(self::$gitRepo)) {
|
||||||
$this->skipped = 'Could not create and move into the temp git repo '.self::$gitRepo;
|
$this->skipped = 'Could not move into the temp git repo '.self::$gitRepo;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue