Skip to content

Commit 78a93e5

Browse files
committed
Fix test
1 parent ab8b27b commit 78a93e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LockHandlerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class LockHandlerTest extends TestCase
2424
public function testConstructWhenRepositoryDoesNotExist()
2525
{
2626
$this->expectException('Symfony\Component\Filesystem\Exception\IOException');
27-
$this->expectExceptionMessage('Failed to create "/a/b/c/d/e": mkdir(): Permission denied.');
27+
$this->expectExceptionMessage('Failed to create "/a/b/c/d/e": mkdir(): Permission denied');
2828
if (!getenv('USER') || 'root' === getenv('USER')) {
2929
$this->markTestSkipped('This test will fail if run under superuser');
3030
}

0 commit comments

Comments
 (0)