diff --git a/tests/integration/helpers/git.bash b/tests/integration/helpers/git.bash index 89f00156..cad782a8 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() {