From 453fe9b4bb249a6b7e22e4b6c9cebbb881a8733a Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 4 Oct 2011 12:10:09 +1030 Subject: [PATCH] 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. --- ccan/tdb2/_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) { -- 2.39.2