diff --git a/tests/test_init.bats b/tests/test_init.bats index 2a212731..79d3fad5 100644 --- a/tests/test_init.bats +++ b/tests/test_init.bats @@ -71,6 +71,6 @@ function teardown { mkdir "$secrets_dir" run git secret init - [ "$output" = "already inited. abort." ] + [ "$output" = "git-secret: abort: already inited." ] [ "$status" -eq 1 ] }