t9104: fix test for following larger parents
commitb7a06e006ebf28240c7b7cecb74be6a9b0729bef
authorMichael J Gruber <git@drmicha.warpmail.net>
Fri, 20 Mar 2015 14:32:56 +0000 (20 15:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 19:33:14 +0000 (20 12:33 -0700)
treea4c269e3aa0ed0c821856e0c056a60e47144d334
parent8bafd20fd97f5101d1c2c8a332864a2cbc97ce0b
t9104: fix test for following larger parents

This test is special for several reasons:
It ends with a "true" statement, which should be a no-op.
It is not because the &&-chain is broken right before it.

Also, looking at what the test intended to test according to
7f578c5 (git-svn: --follow-parent now works on sub-directories of larger
branches, 2007-01-24)
it is not clear how it would achieve that with the given steps.

Amend the test to include the second svn id to be tested for, and
change the tested refs to the ones which are to be expected, and which
make the test pass.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9104-git-svn-follow-parent.sh