loopback: add test for "." and ".." dir entries
We have to use the low-level function syscall.Getdents because os.Readdir and friends will filter out "." and "..".
Showing
Please register or sign in to comment
We have to use the low-level function syscall.Getdents because os.Readdir and friends will filter out "." and "..".