From a4384665878fc25e07f7b2db10efff6c99a14729 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 24 Mar 2015 09:27:09 +1100 Subject: [PATCH] Fixed another invocation problem. --- samples/subprocess.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/subprocess.go b/samples/subprocess.go index 834f257..6161ed6 100644 --- a/samples/subprocess.go +++ b/samples/subprocess.go @@ -136,6 +136,8 @@ func (t *SubprocessTest) initialize() (err error) { args := []string{ "--type", t.MountType, + "--mount_point", + t.Dir, } args = append(args, t.MountFlags...)