# GOPATH should point inside the temporary work directory, but GOCACHE and
# GOMODCACHE should not, as they should reuse the host's.
go env
stdout GOPATH=.*${WORK@R}
! stdout GOCACHE=.*${WORK@R}
! stdout GOMODCACHE=.*${WORK@R}
