From b2182396df5d99ff5c26161aaffa5ced879742c5 Mon Sep 17 00:00:00 2001 From: axtlos Date: Fri, 27 Sep 2024 21:31:47 +0200 Subject: Fix join_str on musl and add manpage --- tests/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/driver.c') diff --git a/tests/driver.c b/tests/driver.c index 235d598..d3739b5 100644 --- a/tests/driver.c +++ b/tests/driver.c @@ -21,7 +21,7 @@ test_runner (struct test_t *test, int n) if (test_result == 0) printf ("Test Case %d: %s -- %sSUCCESS%s\n\n", n, test->test_name, success, reset); else - printf ("Test Case %d: %s -- %sFAIL %d%s\n\n", n, test->test_name, test_result, fail, reset); + printf ("Test Case %d: %s -- %sFAIL %d%s\n\n", n, test->test_name, fail, test_result, reset); } void -- cgit v1.2.3