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"`