Commit 453fe9b4 authored by Rusty Russell's avatar Rusty Russell

tdb2: fix valgrind suppression in _info.

Commit c4ca9f54 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.
parent a6aa7d04
......@@ -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[])
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment