aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-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);
}