diff --git a/test/tests/shell-quiet.bash b/test/tests/shell-quiet.bash index a69f6c5..78309bc 100644 --- a/test/tests/shell-quiet.bash +++ b/test/tests/shell-quiet.bash @@ -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") <