summaryrefslogtreecommitdiff
path: root/runtest.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'runtest.pl.in')
-rwxr-xr-xruntest.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtest.pl.in b/runtest.pl.in
index e03d6559..1697d4c8 100755
--- a/runtest.pl.in
+++ b/runtest.pl.in
@@ -124,6 +124,7 @@ sub runtest
close RESULTS;
chomp $last;
+ $last =~ s/\r//;
push @results, "$t: $last";
if ($last ne "PASSED")