]> git.ozlabs.org Git - ccan/blobdiff - ccan/ccan_tokenizer/test/run.c
Fix tests: path change because they're now run under ccanlint (from their dir)
[ccan] / ccan / ccan_tokenizer / test / run.c
index 631518aa49b8219aae273b5f6bad8ea8519c5e7f..8b16fe084c3fd87b95ab375e89c8f2f23a02bdcc 100644 (file)
@@ -1411,7 +1411,7 @@ static void test_tokenizer(void) {
        msg_fail:;
        }
        
-       test_tokenizer_file("ccan/ccan_tokenizer/test/run.c", &mq);
+       test_tokenizer_file("test/run.c", &mq);
        
        while (queue_count(mq)) {
                struct tok_message msg = dequeue(mq);