summaryrefslogtreecommitdiff
path: root/test/tests/shell-allow-stdout.bash
blob: 298e68553dabc108332f9c3005bd000f30f5aed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
test_description='shell command stdout works'
. '../test-lib.bash'

test_expect_success 'run' '
(run_dotbot | grep "^apple") <<EOF
- shell:
  -
    command: echo apple
    stdout: true
EOF
'