public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* Install on opensolaris 2008.05
@ 2008-08-17 12:55 Sean Brandt
  2008-08-17 20:03 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Brandt @ 2008-08-17 12:55 UTC (permalink / raw)
  To: git

I'm building an opensolaris box, and am running into test failures
when compiling git.

 I'm installing on opensolaris 2008.05 and the tests fail in
t0002-gitfile.sh  ( test numbers 2 and 3 ) is this expected/ok?

*** t0002-gitfile.sh ***
*   ok 1: initial setup
* FAIL 2: bad setup: invalid .git file format

                echo "gitdir $REAL" >.git &&
                if git rev-parse 2>.err
                then
                        echo "git rev-parse accepted an invalid .git file"
                        false
                fi &&
                if ! grep -qe "Invalid gitfile format" .err
                then
                        echo "git rev-parse returned wrong error"
                        false
                fi

* FAIL 3: bad setup: invalid .git file path

                echo "gitdir: $REAL.not" >.git &&
                if git rev-parse 2>.err
                then
                        echo "git rev-parse accepted an invalid .git file path"
                        false
                fi &&
                if ! grep -qe "Not a git repository" .err
                then
                        echo "git rev-parse returned wrong error"
                        false
                fi

*   ok 4: final setup + check rev-parse --git-dir
*   ok 5: check hash-object
*   ok 6: check cat-file
*   ok 7: check update-index
*   ok 8: check write-tree
*   ok 9: check commit-tree
*   ok 10: check rev-list
* failed 2 among 10 test(s)
gmake[1]: *** [t0002-gitfile.sh] Error 1
gmake[1]: Leaving directory `/root/git-1.5.6.5/t'



Thanks

- Sean

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-08-17 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-17 12:55 Install on opensolaris 2008.05 Sean Brandt
2008-08-17 20:03 ` Jeff King
2008-08-17 20:50   ` Sean Brandt
2008-08-17 20:52     ` Pierre Habouzit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox