Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cb/httpd-test-fix-port'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Oct 2011 04:59:11 +0000
(21:59 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Oct 2011 04:59:11 +0000
(21:59 -0700)
* cb/httpd-test-fix-port:
use test number as port number
t/t5550-http-fetch.sh
patch
|
blob
|
history
raw
(from parent 1:
380f26c
)
diff --git
a/t/t5550-http-fetch.sh
b/t/t5550-http-fetch.sh
index d1ab4d0e4c8e0c669a88c2a52a6592643a3a99c6..311a33ca84f693b9410bab9e282ad0ebcae87441 100755
(executable)
--- a/
t/t5550-http-fetch.sh
+++ b/
t/t5550-http-fetch.sh
@@
-8,8
+8,8
@@
if test -n "$NO_CURL"; then
test_done
fi
-. "$TEST_DIRECTORY"/lib-httpd.sh
LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5550'}
+. "$TEST_DIRECTORY"/lib-httpd.sh
start_httpd
test_expect_success 'setup repository' '