Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cherry-pick/revert: add --skip option
[gitweb.git]
/
t
/
t0410-partial-clone.sh
diff --git
a/t/t0410-partial-clone.sh
b/t/t0410-partial-clone.sh
index bce02788e6e1b03b87911fb13594e0cf6f80fdab..5bd892f2f7a90ac9e35993c137e0addd10d17bde 100755
(executable)
--- a/
t/t0410-partial-clone.sh
+++ b/
t/t0410-partial-clone.sh
@@
-518,6
+518,4
@@
test_expect_success 'fetching of missing objects from an HTTP server' '
git verify-pack --verbose "$IDX" | grep "$HASH"
'
-stop_httpd
-
test_done