From a677724edfc465193d2f79ee48d2c06defbc916b Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 18 Apr 2016 03:18:13 +0200 Subject: [PATCH] os: enable TestGetppid on Plan 9 Fixes #8206. Change-Id: Iec1026ecc586495f5c9562cc84b3240c71d53da5 Reviewed-on: https://go-review.googlesource.com/22164 Run-TryBot: David du Colombier <0intro@gmail.com> TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- src/os/os_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/os/os_test.go b/src/os/os_test.go index baa2f07fd2b..545bc1c8b0d 100644 --- a/src/os/os_test.go +++ b/src/os/os_test.go @@ -1705,11 +1705,6 @@ func TestKillStartProcess(t *testing.T) { } func TestGetppid(t *testing.T) { - if runtime.GOOS == "plan9" { - // TODO: golang.org/issue/8206 - t.Skipf("skipping test on plan9; see issue 8206") - } - testenv.MustHaveExec(t) if Getenv("GO_WANT_HELPER_PROCESS") == "1" {