fix(tests): Replace last 'cat' instance in tests (#13394)

This commit is contained in:
Sven Rebhan 2023-06-06 15:23:06 +02:00 committed by GitHub
parent 187902ecd4
commit 37d82f741c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
[[processors.execd]]
command = ["cat"]
command = ["go", "run", "testcases/pass-through.go"]