java.nio.Files.list leaks Linux file descriptors.
Every call to list(Path) leaves around two file descriptors to the directory.
See the attached test.
Every call to list(Path) leaves around two file descriptors to the directory.
See the attached test.