aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ccan-config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/ccan-config.c b/core/ccan-config.c
index f4edb8e..d118df0 100644
--- a/core/ccan-config.c
+++ b/core/ccan-config.c
@@ -469,7 +469,8 @@ static bool run_test(const char *cmd, struct test *test)
fclose(outf);
if (verbose > 1)
- if (system("cat " INPUT_FILE) == -1);
+ if (system("cat " INPUT_FILE) == -1)
+ ;
if (test->link) {
char *newcmd;