From 3188fc0fe03204eb4c187c730cc0ef0f79710141 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Mon, 16 Mar 2020 14:54:03 +0100 Subject: [PATCH] Fix output-eve-ftp result --- tests/output-eve-ftp/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/output-eve-ftp/test.yaml b/tests/output-eve-ftp/test.yaml index edcc6304b..c550f1eae 100644 --- a/tests/output-eve-ftp/test.yaml +++ b/tests/output-eve-ftp/test.yaml @@ -62,7 +62,5 @@ checks: event_type: ftp ftp.command: NLST ftp.reply: [ - "Here comes the directory listing.\r\n", - "Directory send OK.", - "PORT command successful. Consider using PASV."] - ftp.dynamic_port: 59926 + "Here comes the directory listing.", + "Directory send OK."] -- 2.47.2