We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76c48a commit 795a00cCopy full SHA for 795a00c
Tests/Store/SemaphoreStoreTest.php
@@ -50,7 +50,7 @@ public function testResourceRemoval()
50
51
private function getOpenedSemaphores()
52
{
53
- $lines = explode(PHP_EOL, trim(`ipcs -su`));
+ $lines = explode(PHP_EOL, trim(`LC_ALL=C ipcs -su`));
54
if ('------ Semaphore Status --------' !== $lines[0]) {
55
throw new \Exception('Failed to extract list of opend semaphores. Expect a Semaphore status, got '.implode(PHP_EOL, $lines));
56
}
0 commit comments