git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
e72f7de
)
t7900: fix typo: "test_execpt_success"
author
Josh Steadmon
<redacted>
Tue, 8 Dec 2020 20:12:56 +0000
(12:12 -0800)
committer
Junio C Hamano
<redacted>
Tue, 8 Dec 2020 22:17:54 +0000
(14:17 -0800)
Signed-off-by: Josh Steadmon <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7900-maintenance.sh
patch
|
blob
|
history
diff --git
a/t/t7900-maintenance.sh
b/t/t7900-maintenance.sh
index 4ca3617173403e7b98dbd257e7f8da0a19932e17..8c061197a609f54c08d64c79d9c924269b40369b 100755
(executable)
--- 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_ex
ecp
t_success 'fails when running outside of a repository' '
+test_ex
pec
t_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 &&
git clone https://git.99rst.org/PROJECT