From f12210325f1f1cb1134aeca3e1120da71f141c2e Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 9 Oct 2020 16:27:48 +0200 Subject: [PATCH] chore(test): correct file name Signed-off-by: Leonardo Grasso --- test/confs/{file_stdout.yaml => stdout_output.yaml} | 0 test/falco_tests.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename test/confs/{file_stdout.yaml => stdout_output.yaml} (100%) diff --git a/test/confs/file_stdout.yaml b/test/confs/stdout_output.yaml similarity index 100% rename from test/confs/file_stdout.yaml rename to test/confs/stdout_output.yaml diff --git a/test/falco_tests.yaml b/test/falco_tests.yaml index b6550487..4858ad58 100644 --- a/test/falco_tests.yaml +++ b/test/falco_tests.yaml @@ -657,7 +657,7 @@ trace_files: !mux detect_level: WARNING rules_file: - rules/single_rule.yaml - conf_file: confs/file_stdout.yaml + conf_file: confs/stdout_output.yaml trace_file: trace_files/cat_write.scap output_strictly_contains: - stdout: output_files/single_rule_with_cat_write.txt