aboutsummaryrefslogtreecommitdiff
path: root/src/os/user/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/user/user_test.go')
-rw-r--r--src/os/user/user_test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/os/user/user_test.go b/src/os/user/user_test.go
index 49920317be..1112c78c00 100644
--- a/src/os/user/user_test.go
+++ b/src/os/user/user_test.go
@@ -56,10 +56,6 @@ func compare(t *testing.T, want, got *User) {
func TestLookup(t *testing.T) {
checkUser(t)
- if runtime.GOOS == "plan9" {
- t.Skipf("Lookup not implemented on %q", runtime.GOOS)
- }
-
want, err := Current()
if err != nil {
t.Fatalf("Current: %v", err)
@@ -77,10 +73,6 @@ func TestLookup(t *testing.T) {
func TestLookupId(t *testing.T) {
checkUser(t)
- if runtime.GOOS == "plan9" {
- t.Skipf("LookupId not implemented on %q", runtime.GOOS)
- }
-
want, err := Current()
if err != nil {
t.Fatalf("Current: %v", err)