tests: Make test for Linux /proc/self/fd more straightforward.
authorBen Pfaff <blp@nicira.com>
Wed, 16 Jan 2013 17:22:06 +0000 (09:22 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 13 Feb 2013 19:20:36 +0000 (11:20 -0800)
commitcd5abc65e9750f6c6b91c9fd3fcf2fb87cfdd1fb
tree92c4316a04e1b443eb4b0ec23ed07f31d7c24355
parentffaef958e473be1788a108bce85729fea9347ecf
tests: Make test for Linux /proc/self/fd more straightforward.

Presumably we can test for this Linux feature just by seeing whether the
directory is there.

Another goal is to shorten the code because I intend to make another copy
of it in an upcoming commit, to add a similar test for Python.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
tests/library.at