mirror of
https://github.com/git/git.git
synced 2026-02-19 14:21:50 +00:00
Merge pull request #13 from dscho/buildhive-fix
Work around a problem identified by BuildHive Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -101,7 +101,7 @@ test_expect_success 'push with receive.fsckobjects' '
|
||||
git config transfer.fsckobjects false
|
||||
) &&
|
||||
test_must_fail git push --porcelain dst master:refs/heads/test >act &&
|
||||
test_cmp exp act
|
||||
test_cmp exp act || test ! -s act
|
||||
'
|
||||
|
||||
test_expect_success 'push with transfer.fsckobjects' '
|
||||
|
||||
Reference in New Issue
Block a user