From b20bcbc363bb23fcdc4087c98f85213cb65bf3e3 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Thu, 21 Jun 2018 16:43:32 +0100 Subject: Use unix NL in all openssl ext tests --- ext/openssl/tests/bug61124.phpt | 38 ++++----- ext/openssl/tests/bug66501.phpt | 48 ++++++------ ext/openssl/tests/bug74903.phpt | 166 ++++++++++++++++++++-------------------- 3 files changed, 126 insertions(+), 126 deletions(-) diff --git a/ext/openssl/tests/bug61124.phpt b/ext/openssl/tests/bug61124.phpt index 1f2b073d3e..f92628757a 100644 --- a/ext/openssl/tests/bug61124.phpt +++ b/ext/openssl/tests/bug61124.phpt @@ -1,19 +1,19 @@ ---TEST-- -Bug #61124: Segmentation fault with openssl_decrypt ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in %s on line %d -bool(false) +--TEST-- +Bug #61124: Segmentation fault with openssl_decrypt +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in %s on line %d +bool(false) diff --git a/ext/openssl/tests/bug66501.phpt b/ext/openssl/tests/bug66501.phpt index d6894089a0..3994ebdc3c 100644 --- a/ext/openssl/tests/bug66501.phpt +++ b/ext/openssl/tests/bug66501.phpt @@ -1,24 +1,24 @@ ---TEST-- -Bug #66501: EC private key support in openssl_sign ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -bool(true) +--TEST-- +Bug #66501: EC private key support in openssl_sign +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +bool(true) diff --git a/ext/openssl/tests/bug74903.phpt b/ext/openssl/tests/bug74903.phpt index 2dc06cc0d6..40b14f0acf 100644 --- a/ext/openssl/tests/bug74903.phpt +++ b/ext/openssl/tests/bug74903.phpt @@ -1,83 +1,83 @@ ---TEST-- -Bug #74903 openssl_pkcs7_encrypt() uses different EOL than before ---SKIPIF-- - ---FILE-- - -==DONE== ---EXPECT-- -bool(true) -bool(true) -==DONE== - +--TEST-- +Bug #74903 openssl_pkcs7_encrypt() uses different EOL than before +--SKIPIF-- + +--FILE-- + +==DONE== +--EXPECT-- +bool(true) +bool(true) +==DONE== + -- cgit v1.2.1