Add missing import and remove unsued one

This commit is contained in:
Abhishek Chanda
2015-10-01 15:30:36 -07:00
parent 740187e669
commit 00556d4b3b
2 changed files with 2 additions and 1 deletions

View File

@@ -3,8 +3,8 @@ package driver
import (
"fmt"
"os"
"os/exec"
"testing"
"time"
"github.com/hashicorp/nomad/client/config"
"github.com/hashicorp/nomad/nomad/structs"

View File

@@ -4,6 +4,7 @@ import (
"runtime"
"syscall"
"testing"
"os/exec"
)
func ExecCompatible(t *testing.T) {