From 0759be6f8fb1470de1c7f17dfa99ff08f76a666d Mon Sep 17 00:00:00 2001 From: Ammar Hussein Date: Tue, 20 Jan 2026 21:14:11 -0800 Subject: [PATCH] fix regexp for _remove_tags bats output --- tests/integration/helpers/git.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/helpers/git.bash b/tests/integration/helpers/git.bash index 89f00156c..cad782a81 100644 --- a/tests/integration/helpers/git.bash +++ b/tests/integration/helpers/git.bash @@ -22,7 +22,7 @@ _remove_tags(){ # expected : 0 # actual : 0 # -- - assert_output --regexp '[[:space:]]0' + assert_output --regexp '[[:space:]]*0' } _reset_tags() {