Subject: | Tests fail on freebsd systems |
On my freebsd systems (version 9 .. 12) the test suite fails:
...
fatal: input format error: -e 100644 blob 90bfcb510602aa11ae53a42dcec18ea39fbd8cec test
usage: git commit-tree [(-p <sha1>)...] [-S[<keyid>]] [-m <message>] [-F <file>] <sha1>
usage: git update-ref [<options>] -d <refname> [<old-val>]
or: git update-ref [<options>] <refname> <new-val> [<old-val>]
or: git update-ref [<options>] --stdin [-z]
-m <reason> reason of the update
-d delete the reference
--no-deref update <refname> not the one it points to
-z stdin has NUL-terminated arguments
--stdin read updates from stdin
--create-reflog create a reflog
# Failed test 'creating/commiting worked'
# at t/02_blob.t line 42.
# Failed test 'tree ist not empty after creating blob'
# at t/02_blob.t line 45.
# Looks like you failed 2 tests of 12.
t/02_blob.t .......
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/12 subtests
... (etc) ...