File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,9 +206,9 @@ tests:
206206 status : " OK"
207207 signal : null
208208 run :
209- stdout : " HOME=/tmp \n PATH=/usr/bin:/bin\n "
209+ stdout : " HOME=/sandbox \n PATH=/usr/bin:/bin\n "
210210 stderr : " "
211- output : " HOME=/tmp \n PATH=/usr/bin:/bin\n "
211+ output : " HOME=/sandbox \n PATH=/usr/bin:/bin\n "
212212 exit_code : 0
213213 status : " OK"
214214 signal : null
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ clone_newnet: true
3838iface_no_lo: true
3939
4040# HOME must be set because many tools read it for config/cache paths.
41- envar: " HOME=/tmp "
41+ envar: " HOME=/sandbox "
4242
4343# Static rlimits (constant across all runtimes and execution steps).
4444# Each requires an explicit _type: VALUE because the protobuf defaults
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ func (e *execution) buildArgs() []string {
7070 )
7171
7272 // Runtime-specific environment variables (e.g. PATH, GOROOT).
73- // HOME=/tmp is set in the config file.
73+ // HOME=/sandbox is set in the config file.
7474 for _ , env := range e .env {
7575 args = append (args , "-E" , env )
7676 }
You can’t perform that action at this time.
0 commit comments