aboutsummaryrefslogtreecommitdiff
path: root/src/os/path_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/path_test.go')
-rw-r--r--src/os/path_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/path_test.go b/src/os/path_test.go
index d586daf936..3fe9c5ffa3 100644
--- a/src/os/path_test.go
+++ b/src/os/path_test.go
@@ -107,7 +107,7 @@ func TestMkdirAllAtSlash(t *testing.T) {
switch runtime.GOOS {
case "android", "plan9", "windows":
t.Skipf("skipping on %s", runtime.GOOS)
- case "darwin":
+ case "darwin", "ios":
switch runtime.GOARCH {
case "arm64":
t.Skipf("skipping on darwin/arm64, mkdir returns EPERM")