aboutsummaryrefslogtreecommitdiff
path: root/tests/command.yaml
blob: 69133efb26d66133916ffcec08129eb5dd27e0d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
command:
  'curl --version':
    exit-status: 0
    stderr: []
    stdout:
      - curl

  'bsdtar --version':
    exit-status: 0
    stderr: []
    stdout:
      - bsdtar