Commit Diff


commit - 021481cadee5324ef838e632a87746cdabffd5e3
commit + 4e3f88dd638587ca63036509707b1ad7eaf5aed8
blob - dfda1183c117b5ef500c25f2865e2354790f4aa5
blob + a6a8e608bfde7bdf1e4da5d77978a3d5838a2d69
--- script.c
+++ script.c
@@ -1676,7 +1676,7 @@ main(int argc, char **argv)
 
 	i = 0;
 	TAILQ_FOREACH(t, &tests, entry) {
-		printf("===> [%d/%d] running test \"%s\"... ", i, ntests,
+		printf("===> [%d/%d] running test \"%s\"... ", i+1, ntests,
 		    t->name);
 		fflush(stdout);