X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=ccan%2Fgrab_file%2Ftest%2Frun-grab.c;h=baaf506642134aafe1de920c830c4ab288db2640;hb=f4b1f445a7b21b1599530afb897ef54efe15479d;hp=3c44ce055c498e2041209484ad930a7356a2e836;hpb=f3948bf8102ce5281460e6ed6053150a96d71a91;p=ccan diff --git a/ccan/grab_file/test/run-grab.c b/ccan/grab_file/test/run-grab.c index 3c44ce05..baaf5066 100644 --- a/ccan/grab_file/test/run-grab.c +++ b/ccan/grab_file/test/run-grab.c @@ -1,14 +1,14 @@ /* This is test for grab_file() function */ -#include "grab_file/grab_file.h" -#include -#include -#include -#include -#include "grab_file/grab_file.c" -#include "tap/tap.h" -#include "str_talloc/str_talloc.h" -#include "str/str.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include int main(int argc, char *argv[]) @@ -19,9 +19,6 @@ main(int argc, char *argv[]) struct stat st; str = grab_file(NULL, "test/run-grab.c", NULL); - /* FIXME: run_tests runs us from top level dir. Kill this */ - if (!str) - str = grab_file(NULL, "ccan/grab_file/test/run-grab.c", NULL); split = strsplit(NULL, str, "\n", NULL); length = strlen(split[0]); ok1(streq(split[0], "/* This is test for grab_file() function"));