Add fsGroup to SetUp and SetUpAt

This commit is contained in:
Sami Wagiaalla
2015-12-18 10:55:11 -05:00
parent e33e4ae055
commit f650648aae
36 changed files with 99 additions and 94 deletions

View File

@@ -335,7 +335,7 @@ func doTestSetUp(scenario struct {
g := builder.(*gitRepoVolumeBuilder)
g.exec = &fake
g.SetUp()
g.SetUp(nil)
if fake.CommandCalls != len(expecteds) {
allErrs = append(allErrs,