diff options
Diffstat (limited to 'libgo/go/os/path_test.go')
-rw-r--r-- | libgo/go/os/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/path_test.go b/libgo/go/os/path_test.go index f9853810c6f..b4531314d04 100644 --- a/libgo/go/os/path_test.go +++ b/libgo/go/os/path_test.go @@ -170,7 +170,7 @@ func TestRemoveAll(t *testing.T) { func TestMkdirAllWithSymlink(t *testing.T) { switch runtime.GOOS { - case "nacl", "plan9": + case "android", "nacl", "plan9": t.Skipf("skipping on %s", runtime.GOOS) case "windows": if !supportsSymlinks { |