gvisor/test/e2e
Fabricio Voznika 5f03dca522 Fix race in TestRunEnvHasHome
It's possible to execute the command that checks user's
$HOME dir before the user is created. Move the code that
creates the user inside exec so it can be serialized.

PiperOrigin-RevId: 302986184
2020-03-25 15:58:45 -07:00
..
BUILD
exec_test.go Fix race in TestRunEnvHasHome 2020-03-25 15:58:45 -07:00
integration.go
integration_test.go
regression_test.go