summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2021-10-12 02:18:05 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-10-12 02:18:05 -0400
commita27984cec7ed69ddab122280aedc325278a5104d (patch)
tree3ba467eb2b8f3f8038410ab84fd827fd6362d52a
parent27e339dd466489c64a597d9054ce12793405c24d (diff)
downloadcurl-a27984cec7ed69ddab122280aedc325278a5104d.tar.gz
squashme: fix ignored failed tests output
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index d0d2527bb..a53126b9a 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -6160,7 +6160,7 @@ if($total) {
logmsg "\nTESTFAIL: These test cases failed: $failed\n\n";
}
if($failedign) {
- logmsg "\nTESTDONE: Ignored failed tests: $failed\n\n";
+ logmsg "\nTESTDONE: Ignored failed tests: $failedign\n\n";
}
}
}