From: Rusty Russell Date: Tue, 29 Nov 2011 22:47:11 +0000 (+1030) Subject: failtest: fix open in tests. X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=36d54ff66bdfdc316f666a98c69d2a27e2975fa2;hp=36d54ff66bdfdc316f666a98c69d2a27e2975fa2;p=ccan 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. ---