blob: 8582e44dceb44d79ac4c6c6d00550de13e540085 [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'
path: '/usr/bin/python2.7'
shouldExist: true