blob: 4045928a9781b7e5cbb826508be511f551f395b3 [file] [log] [blame]
env GO111MODULE=on
# Go should reject relative paths in GOMODCACHE environment.
env GOMODCACHE="~/test"
! go install example.com/tools/cmd/hello@latest
stderr 'must be absolute path'
env GOMODCACHE="./test"
! go install example.com/tools/cmd/hello@latest
stderr 'must be absolute path'