aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-29 13:31:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-29 13:31:57 +0000
commitda91d6ac66c57ae07910c8bc8185dc4226c11d38 (patch)
tree7fb20789326ab655c2400d265bf63e2f3da91d58
parent7548115a0e294ae266e2449a215b107eb4dfe395 (diff)
remove newline from matching pattern
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
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);
}