]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t7900: fix typo: "test_execpt_success"
authorJosh Steadmon <steadmon@google.com>
Tue, 8 Dec 2020 20:12:56 +0000 (12:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2020 22:17:54 +0000 (14:17 -0800)
Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7900-maintenance.sh

index 4ca3617173403e7b98dbd257e7f8da0a19932e17..8c061197a609f54c08d64c79d9c924269b40369b 100755 (executable)
@@ -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 &&