1
0
Fork 0
mirror of synced 2024-05-28 13:01:13 -04:00
This commit is contained in:
Anish Athalye 2022-11-17 13:26:32 -05:00
parent 76ccc53eee
commit 5d34d005e8

View file

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