From fde82cd4e00455e8996b5ca1bcea84bbaa7d4c2c Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 22 Nov 2000 14:15:46 +0000
Subject: [PATCH] adjusted to modified FTP behaviour

---
 tests/data/prot104.txt  | 1 +
 tests/data/reply104.txt | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/data/prot104.txt b/tests/data/prot104.txt
index 86db1a250f..eb4a9d2afd 100644
--- a/tests/data/prot104.txt
+++ b/tests/data/prot104.txt
@@ -1,5 +1,6 @@
 USER anonymous
 PASS curl_by_daniel@haxx.se
 CWD a/path
+MDTM 103
 TYPE I
 SIZE 103
diff --git a/tests/data/reply104.txt b/tests/data/reply104.txt
index 7f64e7e40b..9ac4637a2d 100644
--- a/tests/data/reply104.txt
+++ b/tests/data/reply104.txt
@@ -1 +1 @@
-Content-Length: 51
+Content-Length: 51
-- 
GitLab