Skip to content

Commit 28ef128

Browse files
Merge branch '4.0' into 4.1
* 4.0: [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 d508b5d + 12e795d commit 28ef128

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)