From 1c2d45d2d129f8e83daa1b2a9e4702c2bcf93ea5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 2 Feb 2016 09:52:07 +0100 Subject: [PATCH] fix directory separator in test --- ext/openssl/tests/bug71475.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/openssl/tests/bug71475.phpt b/ext/openssl/tests/bug71475.phpt index 680753d7ad..e959371c4c 100644 --- a/ext/openssl/tests/bug71475.phpt +++ b/ext/openssl/tests/bug71475.phpt @@ -12,5 +12,5 @@ openssl_seal($_, $_, $_, array_fill(0,64,0)); DONE --EXPECTF-- -Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s/bug71475.php on line %d -DONE \ No newline at end of file +Warning: openssl_seal(): not a public key (1th member of pubkeys) in %s%ebug71475.php on line %d +DONE -- 2.40.0