t3200-branch.sh number 102 fails when run under make test

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I recently cloned the master branch of the git repo, and when I ran make
test, it fails on test 102 of the t3200-branch.sh test cases.

not ok 102 - tracking with unexpected .fetch refspec
#
#               rm -rf a b c d &&
#               git init a &&
#               (
#                       cd a &&
#                       test_commit a
#               ) &&
#               git init b &&
#               (
#                       cd b &&
#                       test_commit b
#               ) &&
#               git init c &&
#               (
#                       cd c &&
#                       test_commit c &&
#                       git remote add a ../a &&
#                       git remote add b ../b &&
#                       git fetch --all
#               ) &&
#               git init d &&
#               (
#                       cd d &&
#                       git remote add c ../c &&
#                       git config remote.c.fetch "+refs/remotes/*:refs/remotes/*" &&
#                       git fetch c &&
#                       git branch --track local/a/master remotes/a/master &&
#                       test "$(git config branch.local/a/master.remote)" = "c" &&
#                       test "$(git config branch.local/a/master.merge)" = "refs/remotes/a/master" &&
#                       git rev-parse --verify a >expect &&
#                       git rev-parse --verify local/a/master >actual &&
#                       test_cmp expect actual
#               )
#
# failed 1 among 102 test(s)
1..102

However, when I run the test file manually it passes. I am currently
running through a verbose output test run to see if I can find more
useful output..

For reference, the commit I am testing against is:

72c779457cd7 ("line-log: use commit_list_append() instead of duplicating its code")

Thanks,
Jake
��.n��������+%������w��{.n��������n�r������&��z�ޗ�zf���h���~����������_��+v���)ߣ�


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]