From 5855283d246f0ce324985182221743530dba0bf6 Mon Sep 17 00:00:00 2001 From: redanthrax Date: Tue, 28 Jun 2022 15:19:34 -0700 Subject: [PATCH] fixed missing testing import --- agent/agent_unix_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/agent/agent_unix_test.go b/agent/agent_unix_test.go index 251fd64..3ecc771 100644 --- a/agent/agent_unix_test.go +++ b/agent/agent_unix_test.go @@ -6,6 +6,7 @@ package agent import ( "errors" "strings" + "testing" ) func TestRunScript(t *testing.T){