From 7ba0e0092556031b395af4595721f0434dac4618 Mon Sep 17 00:00:00 2001 From: Songyu Wang Date: Mon, 18 Mar 2024 23:34:27 -0500 Subject: [PATCH] Update command.bats --- tests/command.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/command.bats b/tests/command.bats index 3d21f96..37082a9 100644 --- a/tests/command.bats +++ b/tests/command.bats @@ -399,6 +399,7 @@ setup() { @test "Post-command is not skipped by default" { run "$PWD/hooks/post-command" + refute_output --partial 'SKIP_POST_COMMAND_HOOK flag Detected. Skipping...' assert_output --partial ':bash: Processing' }