aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/linux_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/report/linux_test.go')
-rw-r--r--pkg/report/linux_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/report/linux_test.go b/pkg/report/linux_test.go
index 83b631f55..ff083bb54 100644
--- a/pkg/report/linux_test.go
+++ b/pkg/report/linux_test.go
@@ -13,7 +13,8 @@ import (
func TestLinuxIgnores(t *testing.T) {
cfg := &mgrconfig.Config{
- TargetOS: "linux",
+ TargetOS: "linux",
+ TargetArch: "amd64",
}
reporter, err := NewReporter(cfg)
if err != nil {