]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5550-http-fetch-dumb.sh
http tests: use /dumb/ URL prefix
authorShawn O. Pearce <spearce@spearce.org>
Sat, 31 Oct 2009 00:47:46 +0000 (17:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Nov 2009 01:58:16 +0000 (17:58 -0800)
commit024bb1256627219671a0924b195582b6e049ca87
tree384e51686d5fe3eb3b6818b316910094de2fb2df
parent859d1fb427ca79d3c70a3806c892e4dd148701bf
http tests: use /dumb/ URL prefix

To clarify what part of the HTTP transprot is being tested we change
the URLs used by existing tests to include /dumb/ at the start,
indicating they use the non-Git aware code paths.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
CC: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd/apache.conf
t/t5540-http-push.sh
t/t5550-http-fetch.sh