From 37d82f741c875dacc90fd82e9b315d9eb3b5bda1 Mon Sep 17 00:00:00 2001 From: Sven Rebhan <36194019+srebhan@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:23:06 +0200 Subject: [PATCH] fix(tests): Replace last 'cat' instance in tests (#13394) --- plugins/processors/execd/testcases/defaults/telegraf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/processors/execd/testcases/defaults/telegraf.conf b/plugins/processors/execd/testcases/defaults/telegraf.conf index 55c666991..aea751d71 100644 --- a/plugins/processors/execd/testcases/defaults/telegraf.conf +++ b/plugins/processors/execd/testcases/defaults/telegraf.conf @@ -1,2 +1,2 @@ [[processors.execd]] - command = ["cat"] + command = ["go", "run", "testcases/pass-through.go"]