From 1b248a37f88869fd7ed5347839084621b89b21f9 Mon Sep 17 00:00:00 2001 From: Marko Petrovic Date: Sun, 31 Dec 2023 15:13:30 +0100 Subject: [PATCH] improve portability --- tests/end-to-end/cli/log-events-text-invalid-argument.phpt | 2 +- .../cli/log-events-verbose-text-invalid-argument.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/end-to-end/cli/log-events-text-invalid-argument.phpt b/tests/end-to-end/cli/log-events-text-invalid-argument.phpt index 34c7a8ee50c..f3c3c5bd28b 100644 --- a/tests/end-to-end/cli/log-events-text-invalid-argument.phpt +++ b/tests/end-to-end/cli/log-events-text-invalid-argument.phpt @@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php'; --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. -The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-text option could not be resolved +The path "%s" specified for the --log-events-text option could not be resolved diff --git a/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt b/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt index f99e6982669..1e22d7c6a09 100644 --- a/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt +++ b/tests/end-to-end/cli/log-events-verbose-text-invalid-argument.phpt @@ -16,4 +16,4 @@ require __DIR__ . '/../../bootstrap.php'; --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. -The path "/tmp/invalid-directory/invalid.file" specified for the --log-events-verbose-text option could not be resolved +The path "%s" specified for the --log-events-verbose-text option could not be resolved