mirror of
1
0
Fork 0
This commit is contained in:
Anish Athalye 2022-11-17 13:26:32 -05:00
parent 76ccc53eee
commit 5d34d005e8
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ test_expect_success 'run 2' '
EOF
'
# when no description, expect to see command
# when no description, expect no output
test_expect_success 'run 3' '
(run_dotbot | grep "echo banana") <<EOF
(run_dotbot | (! grep "echo banana")) <<EOF
- shell:
- command: echo banana
quiet: true