commit | ff1305c40e073a5a95bb7d7c0b2da63db2f3c31b | [log] [tgz] |
---|---|---|
author | Ankur <ataly@google.com> | Tue Jan 20 11:29:50 2015 -0800 |
committer | Ankur <ataly@google.com> | Tue Jan 20 11:29:50 2015 -0800 |
tree | 36e3950ce6e3e2aa5fc9a970a337a9dd53d1ff54 | |
parent | d3aa663a07d6be7734e3eeeae07777b47d6e2b6d [diff] |
"core/veyron/lib/exec": Close extra file descriptors Joint work with @ribrdb The lib/exec test fails when run under an agent due to the extra file descriptors inherited from it. This CL fixes this by closing any extra file descriptors (beyond 2) before running the test. Change-Id: Iefba51cf83f29f768f2e2f134c65e2b0b8b70470