From: Philippe Antoine Date: Mon, 16 Mar 2020 13:54:03 +0000 (+0100) Subject: Fix output-eve-ftp result X-Git-Tag: suricata-6.0.4~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3188fc0fe03204eb4c187c730cc0ef0f79710141;p=thirdparty%2Fsuricata-verify.git Fix output-eve-ftp result --- 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."]