]> Cypherpunks repositories - gostls13.git/commit
os/exec: Pass tests on Plan 9
authorAkshat Kumar <seed@mail.nanosouffle.net>
Tue, 26 Feb 2013 17:40:55 +0000 (09:40 -0800)
committerAnthony Martin <ality@pbrane.org>
Tue, 26 Feb 2013 17:40:55 +0000 (09:40 -0800)
commitfa625fb39a7547b295ac148bc000bb5884d01776
treee406cdace37a12d04bb5582c00c9e0961946fa88
parentf08acae76e8a66a5fe245fd5c6948de8add04257
os/exec: Pass tests on Plan 9

Adjust the exit status string for Plan 9.

Upon allocating >100 file descriptors, Plan 9
raises a warning. Moreover, the Go runtime for
32-bit version of Plan 9 keeps /dev/bintime
open for its implementation of runtime.nanotime().
This change accounts for these things in
TestExtraFiles.

R=rsc, rminnich, ality, bradfitz
CC=golang-dev
https://golang.org/cl/7363056
src/pkg/os/exec/exec_test.go