t9120: don't expect failure with SVN_HTTPD_PORT unset
commit3be7e06713462110f0ff15f54f864b5ecf646814
authorStephen Boyd <bebarino@gmail.com>
Tue, 26 May 2009 06:15:47 +0000 (25 23:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2009 07:53:43 +0000 (29 00:53 -0700)
tree2fce0dc01357d24f5247757e4de7023f4049d025
parenta9d29038a7acc0d37f801a2a923826a3539f4ae6
t9120: don't expect failure with SVN_HTTPD_PORT unset

The test still passes when SVN_HTTPD_PORT is not set. Futhermore, t9115
and t9118 don't check if SVN_HTTPD_PORT is set even though they both use
start_httpd() from lib-git-svn.sh. Admittedly, the test is not very
meaningful without SVN_HTTPD_PORT, as commit f5530b (support for funky
branch and project names over HTTP(S) 2007-11-11) states that the URI
escaping is only done over HTTP(S).

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9120-git-svn-clone-with-percent-escapes.sh