]> git.ozlabs.org Git - ccan/commit
failtest: fix open in tests.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Nov 2011 22:47:11 +0000 (09:17 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Nov 2011 22:47:11 +0000 (09:17 +1030)
commit36d54ff66bdfdc316f666a98c69d2a27e2975fa2
tree797c154c3699efaa3d54b27b1a484481ca71de7d
parenteaff14657e211975f22d86210b98524401bcd45b
failtest: fix open in tests.

The argument is wrong, so the return was -1.  That currently works,
but it will beak with the next patch.  Fix the typo.
ccan/failtest/test/run-history.c