Skip to content

Commit

Permalink
make test portable
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPietrzyk committed Jun 11, 2021
1 parent 3211f5f commit 20fc8be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/Integration/ScriptRuntime/ProcessExecutorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ public function test_executor_executes_two_bash_commands_subsequently(): void
self::assertFileNotExists($script->getTmpPath());

self::assertSame([
'/psh/tests/Integration/ScriptRuntime' . PHP_EOL,
'/psh/tests/Integration/ScriptRuntimeBAR' . PHP_EOL,
'/psh/tests/Integration/ScriptRuntimeBAR' . PHP_EOL,
'/psh/tests/Integration/ScriptRuntime' . PHP_EOL,
'/psh/tests/Integration/ScriptRuntimeBAR' . PHP_EOL,
'/psh/tests/Integration/ScriptRuntime' . PHP_EOL,
__DIR__ . PHP_EOL,
__DIR__ . 'BAR' . PHP_EOL,
__DIR__ . 'BAR' . PHP_EOL,
__DIR__ . PHP_EOL,
__DIR__ . 'BAR' . PHP_EOL,
__DIR__ . PHP_EOL,
], $logger->output);
}

Expand Down

0 comments on commit 20fc8be

Please sign in to comment.