@@ -381,7 +381,6 @@ func (suite *SpokesReceivePackTestSuite) TestSpokesReceivePackWrongObjectSucceed
381
381
382
382
func (suite * SpokesReceivePackTestSuite ) TestSpokesReceivePackIgnoreArgsSucceed () {
383
383
assert .NoError (suite .T (), chdir (suite .T (), suite .remoteRepo ), "unable to chdir into our remote Git repo" )
384
- // Disable the `receive.fsckObjects option
385
384
require .NoError (suite .T (), exec .Command ("git" , "config" , "receive.fsckObjects" , "true" ).Run ())
386
385
require .NoError (suite .T (), exec .Command ("git" , "config" , "receive.fsck.missingEmail" , "ignore" ).Run ())
387
386
require .NoError (suite .T (), exec .Command ("git" , "config" , "receive.fsck.badTagName" , "ignore" ).Run ())
@@ -398,7 +397,6 @@ func (suite *SpokesReceivePackTestSuite) TestSpokesReceivePackIgnoreArgsSucceed(
398
397
399
398
func (suite * SpokesReceivePackTestSuite ) TestSpokesReceivePackMissingArgsFails () {
400
399
assert .NoError (suite .T (), chdir (suite .T (), suite .remoteRepo ), "unable to chdir into our remote Git repo" )
401
- // Disable the `receive.fsckObjects option
402
400
require .NoError (suite .T (), exec .Command ("git" , "config" , "receive.fsckObjects" , "true" ).Run ())
403
401
require .NoError (suite .T (), exec .Command ("git" , "config" , "receive.fsck.missingEmail" , "error" ).Run ())
404
402
require .NoError (suite .T (), exec .Command ("git" , "config" , "receive.fsck.badTagName" , "error" ).Run ())
0 commit comments