Commit a4384665 authored by Aaron Jacobs's avatar Aaron Jacobs

Fixed another invocation problem.

parent 6b6c7c92
...@@ -136,6 +136,8 @@ func (t *SubprocessTest) initialize() (err error) { ...@@ -136,6 +136,8 @@ func (t *SubprocessTest) initialize() (err error) {
args := []string{ args := []string{
"--type", "--type",
t.MountType, t.MountType,
"--mount_point",
t.Dir,
} }
args = append(args, t.MountFlags...) args = append(args, t.MountFlags...)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment