libgocryptfs/internal/syscallcompat
Jakob Unterwurzacher 34547a6c39 tests: don't read /proc, the number of entries changes too quickly
This could lead to test failures like this:

  --- FAIL: TestGetdents (0.02s)
  	getdents_test.go:57: len(getdentsEntries)=362, len(readdirEntries)=360
  FAIL
2017-10-22 18:13:08 +02:00
..
getdents_linux.go syscallcompat: Getdents: warn once if we get DT_UNKNOWN 2017-09-03 15:05:54 +02:00
getdents_other.go syscallcompat: implement Getdents() 2017-08-15 19:03:57 +02:00
getdents_test.go tests: don't read /proc, the number of entries changes too quickly 2017-10-22 18:13:08 +02:00
sys_darwin.go main, syscallcompat: use Dup3 instead of Dup2 2017-06-18 15:43:22 +02:00
sys_linux.go main, syscallcompat: use Dup3 instead of Dup2 2017-06-18 15:43:22 +02:00