mirleft / ocaml-x509

X509 (RFC5280) handling in OCaml
BSD 2-Clause "Simplified" License
52 stars 33 forks source link

Tests: close memory-mapped files after use. #83

Closed yallop closed 8 years ago

yallop commented 8 years ago

This fixes a test that's failing on OS X with EMFILE because opened files are never closed.

hannesm commented 8 years ago

thx!