Skip to content

Commit a677724

Browse files
0introbradfitz
authored andcommitted
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 <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 3d82432 commit a677724

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/os/os_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -1705,11 +1705,6 @@ func TestKillStartProcess(t *testing.T) {
17051705
}
17061706

17071707
func TestGetppid(t *testing.T) {
1708-
if runtime.GOOS == "plan9" {
1709-
// TODO: golang.org/issue/8206
1710-
t.Skipf("skipping test on plan9; see issue 8206")
1711-
}
1712-
17131708
testenv.MustHaveExec(t)
17141709

17151710
if Getenv("GO_WANT_HELPER_PROCESS") == "1" {

0 commit comments

Comments
 (0)