From 41046d1d56b298e58d502f095832cfc69cb39219 Mon Sep 17 00:00:00 2001 From: redanthrax Date: Thu, 23 Jun 2022 16:10:18 -0700 Subject: [PATCH] updated test file for unix --- agent/tactical/tactical_unix_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agent/tactical/tactical_unix_test.go b/agent/tactical/tactical_unix_test.go index 8f5f7af..a4e6fab 100644 --- a/agent/tactical/tactical_unix_test.go +++ b/agent/tactical/tactical_unix_test.go @@ -1,3 +1,6 @@ +//go:build !windows +// +build !windows + package tactical_test import (