From: Rusty Russell Date: Tue, 4 Oct 2011 01:40:09 +0000 (+1030) Subject: tdb2: fix valgrind suppression in _info. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=453fe9b4bb249a6b7e22e4b6c9cebbb881a8733a tdb2: fix valgrind suppression in _info. Commit c4ca9f54301c0367 renamed run-83-openhook.c to api-83-openhook.c, but didn't update the suppression in _info. My system runs a patched valgrind, which doesn't have this problem. --- diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 055f0d24..d26e06ba 100644 --- a/ccan/tdb2/_info +++ b/ccan/tdb2/_info @@ -68,7 +68,7 @@ * * Ccanlint: * // valgrind breaks fcntl locks. - * tests_pass_valgrind test/run-83-openhook.c:FAIL + * tests_pass_valgrind test/api-83-openhook.c:FAIL */ int main(int argc, char *argv[]) {