summaryrefslogtreecommitdiff
path: root/src/pkg/os/user/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/os/user/user_test.go')
-rw-r--r--src/pkg/os/user/user_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/os/user/user_test.go b/src/pkg/os/user/user_test.go
index ee917b57a..59f15e4c6 100644
--- a/src/pkg/os/user/user_test.go
+++ b/src/pkg/os/user/user_test.go
@@ -13,8 +13,8 @@ import (
)
func skip(t *testing.T) bool {
- if runtime.GOARCH == "arm" {
- t.Logf("user: cgo not implemented on arm; skipping tests")
+ if !implemented {
+ t.Logf("user: not implemented; skipping tests")
return true
}