From 77a3191e6e8a4130349ef2572918f65971ff32a7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 6 Oct 2025 13:24:46 +0200 Subject: [PATCH] fixup use for TYPE --- tests/data/test766 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/data/test766 b/tests/data/test766 index 65285c6d26..33d4b77a29 100644 --- a/tests/data/test766 +++ b/tests/data/test766 @@ -33,11 +33,14 @@ ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER # Verify data after the test has been "shot" # 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\|/ +# The TYPE command might get sent so we ignore that + +^TYPE + USER anonymous PASS ftp@example.com