mirror of
1
0
Fork 0
dotbot/test/tests/shell-allow-stdout.bash

12 lines
191 B
Bash

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
'