X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Frecipes%2F25-test_req.t;h=ce1f869e2b781d512be14830684775a078ee7052;hb=85833408b4fb6e109cb05bf8dbe9cdb6bd8f280d;hp=5e4ea476d9006dc88d44b952a18157d514f15cbd;hpb=fb921436f3dc03daf4a7ac1fec9f1e458772e17b;p=openssl.git diff --git a/test/recipes/25-test_req.t b/test/recipes/25-test_req.t index 5e4ea476d9..ce1f869e2b 100644 --- a/test/recipes/25-test_req.t +++ b/test/recipes/25-test_req.t @@ -4,7 +4,6 @@ use strict; use warnings; use File::Spec; -use Test::More 0.96; use OpenSSL::Test qw/:DEFAULT top_file/; setup("test_req"); @@ -32,7 +31,7 @@ sub run_conversion { open DATA, "req-check.err"; SKIP: { plan skip_all => "skipping req conversion test for $reqfile" - if grep /Unknown Public Key/, map { chomp } ; + if grep /Unknown Public Key/, map { s/\R//; } ; tconversion("req", "testreq.pem", @openssl_args); }