blob: c9e4f01bbab385836a24dcb58f4ad9a96c24f7d5 [file] [log] [blame]
schemaVersion: "2.0.0"
commandTests:
- name: 'go-version'
command: 'go'
args: ['version']
expectedOutput: ['go version go1.10 linux/amd64']
fileExistenceTests:
- name: 'Golang'
isDirectory: false
path: '/usr/local/go/bin/go'
shouldExist: true
metadataTest:
env:
- key: 'GOPATH'
value: '/go'