t5537: fix incorrect expectation in test case 10
commit3b32a7ca90b9c63f2306feb2a66b62b94c1a640f
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 8 Jan 2014 12:13:19 +0000 (8 19:13 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Jan 2014 19:54:12 +0000 (9 11:54 -0800)
tree9c36e55d9bce2b5d3adf6abc38f883a7c15461cb
parentfeefdf62c107fd63056becf547ea324dbb730e30
t5537: fix incorrect expectation in test case 10

Commit 48d25ca adds a new commit "7" to the repo that the next test case
in commit 1609488 clones from. But the next test case does not expect
this commit. For these tests, it's the bottom that's important, not
the top. Fix the expected commit list.

While at it, fix the default http port number to 5537. Otherwise when
t5536 learns to test httpd, running test in parallel may fail.

References:

48d25ca fetch: add --update-shallow to accept... - 2013-12-05
1609488 smart-http: support shallow fetch/clone - 2013-12-05

Noticed-by: Jeff King <peff@peff.net>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5537-fetch-shallow.sh