From da91d6ac66c57ae07910c8bc8185dc4226c11d38 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Apr 2004 13:31:57 +0000 Subject: remove newline from matching pattern --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/runtests.pl b/tests/runtests.pl index 2d9a97ed9..9ab962fe6 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); } -- cgit v1.2.3