1
0
Fork 0
mirror of synced 2024-05-24 19:15:22 -04:00
dotbot/test/tests/shell-override-default.bash
2017-06-27 21:27:50 -07:00

15 lines
246 B
Bash

test_description='shell command can override default'
. '../test-lib.bash'
test_expect_success 'run' '
(run_dotbot | (! grep "^apple")) <<EOF
- defaults:
shell:
stdout: true
- shell:
-
command: echo apple
stdout: false
EOF
'