]> git.ozlabs.org Git - ccan/blobdiff - ccan/failtest/test/run-open.c
failtest: internally eliminate duplicate calls.
[ccan] / ccan / failtest / test / run-open.c
index e055045739d619db301f3cf98cddcb24b0def734..b2a5aab145b5ac814b1ed962ee763c61a478954f 100644 (file)
@@ -14,6 +14,7 @@ int main(void)
        struct stat st;
 
        plan_tests(12);
+       failtest_init(0, NULL);
 
        if (pipe(pfd))
                abort();