]> Cypherpunks repositories - gostls13.git/commit
syscall: use correct go binary in test
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Jul 2017 21:31:30 +0000 (21:31 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Jul 2017 23:39:39 +0000 (23:39 +0000)
commit75f1de8329e8c0873d24397c29de31cf8f08ede5
tree317c0e7e370f20e00550f512f9f0c2cb77b261f2
parent4100996676835778c1bf9c2a5fb6deb90897f52b
syscall: use correct go binary in test

Usually this test is skipped (on builders and when not root), so
people are unlikely to see this error.

Updates #19296

Change-Id: I3acb81260034dad8776c305f83d7cbac4b718e75
Reviewed-on: https://go-review.googlesource.com/48191
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/exec_linux_test.go