diff --git a/tests/runtests.pl b/tests/runtests.pl index 457b79d2a..a868b2c3a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2318,7 +2318,7 @@ sub singletest { } else { if(!$short) { - printf "\ncurl returned $cmdres, %s was expected\n", $errorcode; + printf "\ncurl returned $cmdres, %d was expected\n", $errorcode; } logmsg " exit FAILED\n"; return 1;