diff options
author | Andy Polyakov <appro@openssl.org> | 2015-10-12 22:24:27 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2015-10-13 19:48:03 +0200 |
commit | 85833408b4fb6e109cb05bf8dbe9cdb6bd8f280d (patch) | |
tree | a63366bc00497d85d3ad5ded4ee28a5dde98e8d3 /test/recipes/70-test_sslskewith0p.t | |
parent | 4ada8be2a6c538ee66a9a35a182052f359fc94b3 (diff) | |
download | openssl-new-85833408b4fb6e109cb05bf8dbe9cdb6bd8f280d.tar.gz |
Test suite: chomp->s/\R// to harmonize with mingw 'make test'.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/70-test_sslskewith0p.t')
-rwxr-xr-x | test/recipes/70-test_sslskewith0p.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_sslskewith0p.t b/test/recipes/70-test_sslskewith0p.t index d8d74b33e3..3f5e131e6b 100755 --- a/test/recipes/70-test_sslskewith0p.t +++ b/test/recipes/70-test_sslskewith0p.t @@ -60,7 +60,7 @@ my $test_name = "test_sslskewith0p"; setup($test_name); plan skip_all => "$test_name can only be performed with OpenSSL configured shared" - unless (map { chomp; s/^SHARED_LIBS=\s*//; $_ } + unless (map { s/\R//; s/^SHARED_LIBS=\s*//; $_ } grep { /^SHARED_LIBS=/ } do { local @ARGV = ( top_file("Makefile") ); <> })[0] ne ""; |