]> Cypherpunks repositories - gostls13.git/commit
os: allow EROFS in TestMkdirAllAtSlash
authorRahul Chaudhry <rahulchaudhry@chromium.org>
Fri, 30 Jan 2015 23:07:11 +0000 (15:07 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 30 Jan 2015 23:37:42 +0000 (23:37 +0000)
commit2ffe3255a1ba3e09105eb1c86ef221a8ccc5c515
tree7f4527135065dc6a46050af06934344f29fa006e
parentf17cd880895863e2c13396296819d0dce81fa43f
os: allow EROFS in TestMkdirAllAtSlash

On some systems (e.g. ChromeOS), / is mounted read-only.
This results in error code syscall.EROFS, which I guess
is just as valid as syscall.EACCES for this test.

Change-Id: I9188d5437a1b5ac1daa9c68b95b8dcb447666ca3
Reviewed-on: https://go-review.googlesource.com/3676
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/path_test.go