10000 Fix test · symfony/symfony@311a944 · GitHub
[go: up one dir, main page]

Skip to content

Commit 311a944

Browse files
committed
Fix test
1 parent e4d4428 commit 311a944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Filesystem/Tests/LockHandlerTest.php

Lines changed: 1 addition & 1 deletion
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)
0