/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'
[git/git.git]
/
t
/
t5616-partial-clone.sh
diff --git
a/t/t5616-partial-clone.sh
b/t/t5616-partial-clone.sh
index
b91ef54
..
5652545
100755
(executable)
--- a/
t/t5616-partial-clone.sh
+++ b/
t/t5616-partial-clone.sh
@@
-417,4
+417,7
@@
test_expect_success 'tolerate server sending REF_DELTA against missing promisor
! test -e "$HTTPD_ROOT_PATH/one-time-sed"
'
+# DO NOT add non-httpd-specific tests here, because the last part of this
+# test script is only executed when httpd is available and enabled.
+
test_done