]> Cypherpunks repositories - gostls13.git/commit
syscall: remove use of IN_KUBERNETES in test
authorTobias Klauser <tklauser@distanz.ch>
Tue, 14 Sep 2021 06:56:54 +0000 (08:56 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 14 Sep 2021 14:09:54 +0000 (14:09 +0000)
commit8699425b5527e24dc184d61d949d7f6db37c0c5c
tree94d83bf6044c8a34b26860fd0d8c204ddc88208a
parentb3c6de9dcd9a7258615dea7ca0dcd00878f9027d
syscall: remove use of IN_KUBERNETES in test

CL 201737 dropped the use of IN_KUBERNETES in tests, but it looks like
it did not catch all occurrences.

For #12815
For #34956

Change-Id: I72b89bfb850ba2890e9e6aa39b87167291ab7e9f
Reviewed-on: https://go-review.googlesource.com/c/go/+/349789
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/exec_linux_test.go