From cf776e6fd1f01ec760e199d7b322f50d9e9b5a1e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Oct 2025 13:15:34 +0200 Subject: [PATCH] fixup try ignoring TYPE --- tests/data/test766 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/data/test766 b/tests/data/test766 index 04aea851e8..c751b32571 100644 --- a/tests/data/test766 +++ b/tests/data/test766 @@ -32,8 +32,10 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER # Verify data after the test has been "shot" -# Strip off parts of the PORT and EPRT commands that might differ +# Strip off parts of the EPRT command that might differ +# The TYPE command might get sent so we ignore that +s/^TYPE (.*)// s/^EPRT \|1\|(.*)/EPRT \|1\|/