]> Cypherpunks repositories - gostls13.git/commit
os: fix tests on darwin/arm
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 28 Feb 2015 00:52:11 +0000 (19:52 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Sat, 28 Feb 2015 01:07:43 +0000 (01:07 +0000)
commit344f424007cc679dc06a25f918394b02a51e66a1
tree19089f0d39f2653fcb7b391e7fcd9647086a238b
parent87a0d395c3d454c6efa560c406b5b3d8ad71c8f6
os: fix tests on darwin/arm

Tests that fork are skipped. Tests that create files do so in a
temporary directory, as the initial PWD is read-only. And
darwin/arm returns a strange mkdir error when trying to write to /.

Change-Id: I2de661a85524300bbac226693d72142992dc188d
Reviewed-on: https://go-review.googlesource.com/6312
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/os_test.go
src/os/path_test.go