Skip to content

Commit c9c0119

Browse files
Revert "improve portability"
This reverts commit 719eb0c.
1 parent ddb0a71 commit c9c0119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/end-to-end/cli/log-events-text-invalid-argument.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php';
1616
--EXPECTF--
1717
PHPUnit %s by Sebastian Bergmann and contributors.
1818

19-
The path "%s" specified for the --log-events-text option could not be resolved
19+
The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-text option could not be resolved

tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php';
1616
--EXPECTF--
1717
PHPUnit %s by Sebastian Bergmann and contributors.
1818

19-
The path "%s" specified for the --log-events-verbose-text option could not be resolved
19+
The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-verbose-text option could not be resolved

0 commit comments

Comments
 (0)