
13 Dec
2010
13 Dec
'10
9:04 p.m.
2010/12/10 Eric Blake <eblake@redhat.com>:
* tests/commandtest.c (mymain): Kill off any leaked-in fds. * autobuild.sh: Don't leak fds.
Signed-off-by: Eric Blake <eblake@redhat.com> ---
Autobuild failed because it triggered a commandtest failure where commandtest was too sensitive to the environment. Fix the problem at both ends - autobuild shouldn't leak, and commandtest should work even when somebody else leaked.
autobuild.sh | 2 +- tests/commandtest.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletions(-)
ACK. Matthias