From 0a1f2d05d202f40f62e749c87dfeb0970e865171 Mon Sep 17 00:00:00 2001 From: Josh Steadmon Date: Tue, 8 Dec 2020 12:12:56 -0800 Subject: [PATCH] t7900: fix typo: "test_execpt_success" Signed-off-by: Josh Steadmon Signed-off-by: Junio C Hamano --- t/t7900-maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7900-maintenance.sh b/t/t7900-maintenance.sh index 4ca3617173..8c061197a6 100755 --- a/t/t7900-maintenance.sh +++ b/t/t7900-maintenance.sh @@ -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 && -- 2.52.0