From 81af9674ed138c3e20ae09affca059083847fc80 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 12 Dec 2002 12:49:29 +0000
Subject: [PATCH] corrected

---
 tests/data/test501 | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/tests/data/test501 b/tests/data/test501
index d5281d7ea1..c427adf87e 100644
--- a/tests/data/test501
+++ b/tests/data/test501
@@ -1,30 +1,16 @@
 #
 # Server-side
 <reply name="1">
-<data>
-HTTP/1.1 200 OK
-Date: Thu, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fake
-Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
-ETag: "21025-dc7-39462498"
-Accept-Ranges: bytes
-Content-Length: 6
-Connection: close
-Content-Type: text/html
-Funny-head: yesyes
-
-<foo>
-</data>
 </reply>
 
 # Client-side
 <client>
 <server>
-http
+file
 </server>
 # tool is what to use instead of 'curl'
 <tool>
-lib500
+lib501
 </tool>
 
  <name>
-- 
GitLab