]> git.ozlabs.org Git - ccan/blobdiff - ccan/grab_file/test/run-grab.c
Fix tests: path change because they're now run under ccanlint (from their dir)
[ccan] / ccan / grab_file / test / run-grab.c
index b3c18e5a4db20369c42096c00734b1e4ce098a9c..baaf506642134aafe1de920c830c4ab288db2640 100644 (file)
@@ -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"));