blob: f48e0a53d63f6a586e4c2d62514df95ab3db76e4 [file] [log] [blame]
schemaVersion: "2.0.0"
commandTests:
- name: 'check-git'
command: 'git'
args: ['--version']
expectedOutput: ['git version .*']
- name: 'check-wget'
command: 'wget'
args: ['--version']
expectedOutput: ['GNU Wget.* built on linux-gnu.*']