From 2091fe530f7609830d96fd4eb3c45e341d1eeb8f Mon Sep 17 00:00:00 2001
From: Dan Fandrich <dan@coneharvesters.com>
Date: Sat, 30 May 2009 04:34:11 +0000
Subject: [PATCH] Added missing NTLM feature for test 1097

---
 tests/FILEFORMAT    | 2 ++
 tests/data/test1097 | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 342d8266b0..a8893abe48 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -166,8 +166,10 @@ large_file
 libz
 netrc_debug
 NSS
+NTLM
 OpenSSL
 SSL
+socks
 
 as well as each protocol that curl supports.  A protocol only needs to be
 specified if it is different from the server (useful when the server
diff --git a/tests/data/test1097 b/tests/data/test1097
index 0c979e70ab..ebb0399627 100644
--- a/tests/data/test1097
+++ b/tests/data/test1097
@@ -44,7 +44,7 @@ This is all fine and dandy
 https
 </server>
 <features>
-none
+NTLM
 </features>
  <name>
 HTTP POST using CONNECT with --proxy-ntlm but no auth is required
-- 
GitLab