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) {
args := []string{
"--type",
t.MountType,
"--mount_point",
t.Dir,
}
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