From 1a0a856d99ca24cee908c3123998a96f68ad43c1 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 31 Jul 2023 15:11:43 +0000 Subject: [PATCH] backport of commit 5974f6372917106e2048e08f0f7875da00d9070b --- command/init_test.go | 2 ++ command/plugins_install_test.go | 2 ++ command/plugins_remove_test.go | 2 ++ 3 files changed, 6 insertions(+) diff --git a/command/init_test.go b/command/init_test.go index 7f35d3f4c..8a10cbb0c 100644 --- a/command/init_test.go +++ b/command/init_test.go @@ -1,6 +1,8 @@ // Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: MPL-2.0 +//go:build amd64 && (darwin || windows || linux) + package command import ( diff --git a/command/plugins_install_test.go b/command/plugins_install_test.go index 577d8b3f7..7f34cb5dd 100644 --- a/command/plugins_install_test.go +++ b/command/plugins_install_test.go @@ -1,6 +1,8 @@ // Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: MPL-2.0 +//go:build amd64 && (darwin || windows || linux) + package command import ( diff --git a/command/plugins_remove_test.go b/command/plugins_remove_test.go index 41104db71..83b2463bc 100644 --- a/command/plugins_remove_test.go +++ b/command/plugins_remove_test.go @@ -1,6 +1,8 @@ // Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: MPL-2.0 +//go:build amd64 && (darwin || windows || linux) + package command import (