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

10 lines
181 B
Bash

test_description='shell command stdout disabled by default'
. '../test-lib.bash'
test_expect_success 'run' '
(run_dotbot | (! grep "^banana")) <<EOF
- shell:
- echo banana
EOF
'