]> git.ozlabs.org Git - ccan/commit
failtest: do trace via a FILE, not an fd.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Nov 2011 00:42:03 +0000 (11:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 30 Nov 2011 00:42:03 +0000 (11:12 +1030)
commitb3ae79aee2e345c662a99c5022f0ca713782bd6e
treef0abb80ba3c00aa879a6e4fc4a9f061d675fc3f4
parent614259f13c3e694fcd6b57fc05a329066e43c76d
failtest: do trace via a FILE, not an fd.

The current mix of writing to an fd doesn't mix as well with
stderr/stdout.  And writing to a FILE * is more portable.
ccan/failtest/failtest.c