From c25ae028f7b4731a59498ad7296d94e165de02f4 Mon Sep 17 00:00:00 2001 From: fearful-symmetry Date: Wed, 18 Sep 2024 08:11:17 -0700 Subject: [PATCH] use path.. --- testing/testrunner/tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testrunner/tests.go b/testing/testrunner/tests.go index 231169c9..9453ee4c 100644 --- a/testing/testrunner/tests.go +++ b/testing/testrunner/tests.go @@ -153,7 +153,7 @@ func TestForkExec(et *EventsTraceInstance) { } func TestDNSMonitor(et *EventsTraceInstance) { - runTestCmd("host github.com") + runTestCmd("/usr/bin/host github.com") type dnsOutput struct { Data []uint8 `json:"data"`