Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Steadmon <steadmon@google.com>2020-12-08 23:12:56 +0300
committerJunio C Hamano <gitster@pobox.com>2020-12-09 01:17:54 +0300
commit0a1f2d05d202f40f62e749c87dfeb0970e865171 (patch)
tree11129a02ebb8bd55a2fb90828a89affa48896c19 /t/t7900-maintenance.sh
parente72f7defc4f454cc7ad512d9a16a78b83f2606d8 (diff)
t7900: fix typo: "test_execpt_success"
Signed-off-by: Josh Steadmon <steadmon@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7900-maintenance.sh')
-rwxr-xr-xt/t7900-maintenance.sh2
1 files changed, 1 insertions, 1 deletions
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 &&