summaryrefslogtreecommitdiff
path: root/test/tests/shell-disables-stdout.bash
blob: 8f4408f2317c935716968ced0574e89e015aa62b (plain)
1
2
3
4
5
6
7
8
9
test_description='shell command stdout disabled by default'
. '../test-lib.bash'

test_expect_success 'run' '
(run_dotbot | (! grep "^banana")) <<EOF
- shell:
  - echo banana
EOF
'