Fixed another invocation problem.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 09:27:09 +11:00
parent 6b6c7c92ca
commit a438466587
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,8 @@ func (t *SubprocessTest) initialize() (err error) {
args := []string{
"--type",
t.MountType,
"--mount_point",
t.Dir,
}
args = append(args, t.MountFlags...)