gvisor/test/root
Dean Deng 1efe0ebc59 Switch uses of os.Getenv that check for empty string to os.LookupEnv.
Whether the variable was found is already returned by syscall.Getenv.
os.Getenv drops this value while os.Lookupenv passes it along.

PiperOrigin-RevId: 351674032
2021-01-13 15:15:20 -08:00
..
BUILD Refactor the Makefile to avoid recursive Make. 2020-12-09 15:53:23 -08:00
cgroup_test.go
chroot_test.go Move all tests to new docker API. 2020-07-08 13:26:23 -07:00
crictl_test.go Switch uses of os.Getenv that check for empty string to os.LookupEnv. 2021-01-13 15:15:20 -08:00
main_test.go
oom_score_adj_test.go
root.go Remove unused scripts. 2020-09-23 17:38:02 -07:00
runsc_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00