]> granicus.if.org Git - php/commitdiff
fix directory separator in test
authorAnatol Belski <ab@php.net>
Tue, 2 Feb 2016 08:52:07 +0000 (09:52 +0100)
committerAnatol Belski <ab@php.net>
Tue, 2 Feb 2016 08:52:07 +0000 (09:52 +0100)
ext/openssl/tests/bug71475.phpt

index 680753d7ad2556e3c7e45c629910835d0d7ab0e4..e959371c4cecc60ac07c0076a12349b216529b15 100644 (file)
@@ -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