]> Cypherpunks repositories - gostls13.git/commit
os: run more of TestExecutable on OpenBSD
authorMichael Hendricks <michael@ndrix.org>
Thu, 22 Jun 2017 02:28:41 +0000 (21:28 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 22 Jun 2017 04:42:40 +0000 (04:42 +0000)
commitb3301865a025fda72b8d327fad4461bb7bf68600
tree688735731d5e491809637761404199a7a2fde857
parent1d3a0df4bb77af0158d25854c85ad87cc36fe8dc
os: run more of TestExecutable on OpenBSD

On OpenBSD, Executable relies on Args[0].  Removing the forgery on
that OS allows the rest of the test to run.

See #19453

Change-Id: Idf99f86894de5c702893791bc3684f8665f4019d
Reviewed-on: https://go-review.googlesource.com/46398
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/os/executable_test.go