X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fconfigurator%2Fconfigurator.c;h=021fc0f9f183a711f67231625dc04da3c615440d;hb=434fcf81cb19472a05d58a35333d4f9d68ea52b9;hp=a590a8d4f947c402b086e90adef3e23414b1da66;hpb=1b7100ad101992adeaeb5c4ab85ee9a1b368b842;p=ccan diff --git a/tools/configurator/configurator.c b/tools/configurator/configurator.c index a590a8d4..021fc0f9 100644 --- a/tools/configurator/configurator.c +++ b/tools/configurator/configurator.c @@ -497,7 +497,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) + ; newcmd = strdup(cmd);