aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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;