Skip to content

Commit 40fe44c

Browse files
Merge branch '4.1'
* 4.1: [HttpFoundation] update phpdoc of FlashBagInterface::add() [ProxyManagerBridge] Fix support of private services (bis) bug #27701 [SecurityBundle] Dont throw if "security.http_utils" is not found (nicolas-grekas) [Form] relax fixtures for forward compat [Validator] Fix the namespace of RegexTest [Lock] fix locale dependent test case
2 parents 718597f + 28ef128 commit 40fe44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Store/SemaphoreStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function testResourceRemoval()
4646

4747
private function getOpenedSemaphores()
4848
{
49-
$lines = explode(PHP_EOL, trim(`ipcs -su`));
49+
$lines = explode(PHP_EOL, trim(`LC_ALL=C ipcs -su`));
5050
if ('------ Semaphore Status --------' !== $lines[0]) {
5151
throw new \Exception('Failed to extract list of opend semaphores. Expect a Semaphore status, got '.implode(PHP_EOL, $lines));
5252
}

0 commit comments

Comments
 (0)