summaryrefslogtreecommitdiffstats
path: root/pkg/commands
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands')
-rw-r--r--pkg/commands/oscommands/os_default_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/commands/oscommands/os_default_test.go b/pkg/commands/oscommands/os_default_test.go
index 425b3c2f4..e53514ddd 100644
--- a/pkg/commands/oscommands/os_default_test.go
+++ b/pkg/commands/oscommands/os_default_test.go
@@ -4,7 +4,6 @@
package oscommands
import (
- "os/exec"
"testing"
"github.com/go-errors/errors"
@@ -59,7 +58,6 @@ func TestOSCommandOpenFileLinux(t *testing.T) {
type scenario struct {
filename string
runner *FakeCmdObjRunner
- command func(string, ...string) *exec.Cmd
test func(error)
}
@@ -119,7 +117,6 @@ func TestOSCommandOpenFileWindows(t *testing.T) {
type scenario struct {
filename string
runner *FakeCmdObjRunner
- command func(string, ...string) *exec.Cmd
test func(error)
}