[PATCH] tests: add TestNotIdle Mount with idle timeout of 100ms read something every 10ms. The fs should NOT get unmounted. Regression test for https://github.com/rfjakob/gocryptfs/issues/421
Disable emulated getdents Upstream provides an emulation for the syscall Getdents, which does not exist on Darwin (MacOS). The test for that emulation fails with gccgo because libgo does not support reading a directory besed on a file descriptor. (https://github.com/rfjakob/gocryptfs/issues/201) . The emulation is not needed in Debian, certainly not on those architectures running Linux, so it was disabled together with the test.