diff --git a/samples/subprocess.go b/samples/subprocess.go index b9830d4..8c1f9c0 100644 --- a/samples/subprocess.go +++ b/samples/subprocess.go @@ -133,7 +133,6 @@ func (t *SubprocessTest) initialize() (err error) { // Set up a command. args := []string{ - toolPath, "--type", t.MountType, }