blob: e7fe6564f1e432ed5e3810fe2336a1a23783d70c [file] [log] [blame]
schemaVersion: "2.0.0"
commandTests:
- name: 'python2-version'
command: 'python'
args: ['-V']
# python outputs to stderr.
expectedError: ['Python 2.7.*']
fileExistenceTests:
- name: 'Python2'
isDirectory: false
path: '/usr/bin/python2.7'
shouldExist: true