CL [699375](https://golang.org/cl/699375) changed TestReadDir, but the test is now failing on Plan 9. ``` --- FAIL: TestReadDir (0.00s) read_test.go:119: ReadDir /tmp/TestReadDir913501550/001/foo: (nil, ENOTDIR) expected, got ([], <nil>) rx: threads in main proc exited w/o threadmaybackground FAIL FAIL os 3.577s ``` @golang/plan9