aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/getdirentries_test.go
AgeCommit message (Expand)Author
2021-04-07syscall: replace os.MkdirTemp with T.TempDirianwoolf
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-10-24syscall: correct comment in testGetdirentriesCuong Manh Le
2019-10-24syscall: make TestGetdirentries checkptr safeBrad Fitzpatrick
2019-05-22all: shorten some testsRuss Cox
2019-04-05syscall: use openat instead of dup to make a really new file descriptorKeith Randall