From 00556d4b3b52ba3a9bd5efd8ce95d5fa087bf8cd Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Thu, 1 Oct 2015 15:30:36 -0700 Subject: [PATCH] Add missing import and remove unsued one --- client/driver/rkt_test.go | 2 +- client/testutil/driver_compatible.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/driver/rkt_test.go b/client/driver/rkt_test.go index 6fbc2383d..5056e0f1d 100644 --- a/client/driver/rkt_test.go +++ b/client/driver/rkt_test.go @@ -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" diff --git a/client/testutil/driver_compatible.go b/client/testutil/driver_compatible.go index 5e9242685..81c958866 100644 --- a/client/testutil/driver_compatible.go +++ b/client/testutil/driver_compatible.go @@ -4,6 +4,7 @@ import ( "runtime" "syscall" "testing" + "os/exec" ) func ExecCompatible(t *testing.T) {