t7900: fix typo: "test_execpt_success"

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Josh Steadmon 2020-12-08 12:12:56 -08:00 committed by Junio C Hamano
parent e72f7defc4
commit 0a1f2d05d2

View File

@ -441,7 +441,7 @@ test_expect_success 'register preserves existing strategy' '
test_config maintenance.strategy incremental
'
test_execpt_success 'fails when running outside of a repository' '
test_expect_success 'fails when running outside of a repository' '
nongit test_must_fail git maintenance run &&
nongit test_must_fail git maintenance stop &&
nongit test_must_fail git maintenance start &&