Skip to content

Commit 0a1f2d0

Browse files
steadmongitster
authored andcommitted
t7900: fix typo: "test_execpt_success"
Signed-off-by: Josh Steadmon <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e72f7de commit 0a1f2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7900-maintenance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ test_expect_success 'register preserves existing strategy' '
441441
test_config maintenance.strategy incremental
442442
'
443443

444-
test_execpt_success 'fails when running outside of a repository' '
444+
test_expect_success 'fails when running outside of a repository' '
445445
nongit test_must_fail git maintenance run &&
446446
nongit test_must_fail git maintenance stop &&
447447
nongit test_must_fail git maintenance start &&

0 commit comments

Comments
 (0)