From 47445387e7c4631e3ff4ec9896522256fed68508 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 24 Mar 2015 09:25:43 +1100 Subject: [PATCH] Fixed an invocation bug. --- samples/subprocess.go | 1 - 1 file changed, 1 deletion(-) 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, }