aboutsummaryrefslogtreecommitdiff
path: root/tests/command.yaml
blob: 5356c90a78051607bc954e43196f78f2c8b0ee48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
command:
  'curl --version':
    exit-status: 0
    stderr: []
    stdout:
      - curl

  'docker version':
    # It's ok, the error is because there's no docker.sock mounted during tests
    exit-status: 1
    stderr: []
    stdout:
      - Docker

  'docker buildx version':
    exit-status: 0
    stderr: []
    stdout:
      - buildx