Skip to content

Commit

Permalink
fix number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed Nov 7, 2024
1 parent c01a1f7 commit 485e4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/02-full.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void check_no_worker_running(char* logfile) {
/* main tests */
int main (__attribute__((unused)) int argc, __attribute__((unused)) char **argv, __attribute__((unused)) char **env) {
int status, chld;
int tests = 123;
int tests = 122;
int rrc;
char cmd[150];
char *result, *error;
Expand Down

0 comments on commit 485e4ad

Please sign in to comment.