Browse Source

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.
Rusty Russell 14 years ago
parent
commit
453fe9b4bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/tdb2/_info

+ 1 - 1
ccan/tdb2/_info

@@ -68,7 +68,7 @@
  *
  *
  * Ccanlint:
  * Ccanlint:
  *	// valgrind breaks fcntl locks.
  *	// 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[])
 int main(int argc, char *argv[])
 {
 {