remove newline from matching pattern
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Apr 2004 13:31:57 +0000 (13:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Apr 2004 13:31:57 +0000 (13:31 +0000)
tests/runtests.pl

index 2d9a97e..9ab962f 100755 (executable)
@@ -1128,6 +1128,7 @@ sub singletest {
 
         for(@strip) {
             # strip all patterns from both arrays
+            chomp $_;
             @out = striparray( $_, \@out);
             @protstrip= striparray( $_, \@protstrip);
         }