From: Rusty Russell Date: Mon, 29 Aug 2011 23:52:39 +0000 (+0930) Subject: failtest: replay --failpath correctly on really failing opens. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=adc9909e26f96eec2c6846aa4085551af59979cf;hp=adc9909e26f96eec2c6846aa4085551af59979cf;ds=sidebyside failtest: replay --failpath correctly on really failing opens. When an open() call fails, we don't inject an error, but we didn't apply this logic when replaying a failpath, with strange results. ---