From: Daniel Stenberg Date: Thu, 29 Apr 2004 13:31:57 +0000 (+0000) Subject: remove newline from matching pattern X-Git-Tag: curl-7_12_0~243 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da91d6ac66c57ae07910c8bc8185dc4226c11d38;p=thirdparty%2Fcurl.git remove newline from matching pattern --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 2d9a97ed99..9ab962fe64 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1128,6 +1128,7 @@ sub singletest { for(@strip) { # strip all patterns from both arrays + chomp $_; @out = striparray( $_, \@out); @protstrip= striparray( $_, \@protstrip); }