diff options
author | Josh Steadmon <steadmon@google.com> | 2020-12-08 12:12:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-08 14:17:54 -0800 |
commit | 0a1f2d05d202f40f62e749c87dfeb0970e865171 (patch) | |
tree | 11129a02ebb8bd55a2fb90828a89affa48896c19 | |
parent | maintenance: fix SEGFAULT when no repository (diff) | |
download | tgif-0a1f2d05d202f40f62e749c87dfeb0970e865171.tar.xz |
t7900: fix typo: "test_execpt_success"
Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t7900-maintenance.sh | 2 |
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 && |