diff --git a/testing/testrunner/tests.go b/testing/testrunner/tests.go index 2e932966..231169c9 100644 --- a/testing/testrunner/tests.go +++ b/testing/testrunner/tests.go @@ -153,7 +153,7 @@ func TestForkExec(et *EventsTraceInstance) { } func TestDNSMonitor(et *EventsTraceInstance) { - runTestCmd("dig github.com") + runTestCmd("host github.com") type dnsOutput struct { Data []uint8 `json:"data"`