From ce3631a643a9bc54a764780ced988d6985fff637 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Oct 2021 09:44:55 +0200 Subject: fixup don't return error if $unexpected is set --- tests/runtests.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index a53126b9a..a8d83e108 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -6175,7 +6175,7 @@ else { } } -if(($total && (($ok+$ign) != $total)) || !$total || $unexpected) { - logmsg "DEBUG: total $total ok $ok ign $ign unexpected $unexpected"; +if(($total && (($ok+$ign) != $total)) || !$total) { + logmsg "DEBUG: total $total ok $ok ign $ign"; exit 1; } -- cgit v1.2.1