Skip to content

Commit

Permalink
use host command
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Sep 18, 2024
1 parent 7542b84 commit 28231f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/testrunner/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 28231f2

Please sign in to comment.