diff --git a/command/agent/check_test.go b/command/agent/check_test.go index 07b4f598d7..19e087c67e 100644 --- a/command/agent/check_test.go +++ b/command/agent/check_test.go @@ -74,7 +74,7 @@ func TestCheckMonitor_LimitOutput(t *testing.T) { check := &CheckMonitor{ Notify: mock, CheckID: "foo", - Script: "dd if=/dev/urandom bs=8192 count=10", + Script: "od -N 81920 /dev/urandom", Interval: 25 * time.Millisecond, Logger: log.New(os.Stderr, "", log.LstdFlags), }