]> git.ozlabs.org Git - ccan/commitdiff
tdb2: fix valgrind suppression in _info.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 4 Oct 2011 01:40:09 +0000 (12:10 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 4 Oct 2011 01:40:09 +0000 (12:10 +1030)
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

index 055f0d248a1bc54712a3e9a1ebef5c2544b60bbe..d26e06ba7b5dc28fae52d4df4e48fb7db5547528 100644 (file)
@@ -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[])
 {