aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/data/DISABLED1
-rw-r--r--tests/ftp.pm1
-rw-r--r--tests/ftpserver.pl1
-rw-r--r--[-rwxr-xr-x]tests/httpserver.pl1
-rw-r--r--[-rwxr-xr-x]tests/keywords.pl1
-rw-r--r--tests/libtest/Makefile.am1
-rw-r--r--tests/libtest/first.c1
-rw-r--r--tests/libtest/lib500.c1
-rw-r--r--tests/libtest/lib501.c1
-rw-r--r--tests/libtest/lib502.c1
-rw-r--r--tests/libtest/lib503.c1
-rw-r--r--tests/libtest/lib504.c1
-rw-r--r--tests/libtest/lib505.c1
-rw-r--r--tests/libtest/lib506.c1
-rw-r--r--tests/libtest/lib507.c1
-rw-r--r--tests/libtest/lib508.c1
-rw-r--r--tests/libtest/lib510.c1
-rw-r--r--tests/libtest/lib511.c1
-rw-r--r--tests/libtest/lib512.c1
-rw-r--r--tests/libtest/lib513.c1
-rw-r--r--tests/libtest/lib514.c1
-rw-r--r--tests/libtest/lib515.c1
-rw-r--r--tests/libtest/lib516.c1
-rw-r--r--tests/libtest/lib517.c1
-rw-r--r--tests/libtest/lib518.c1
-rw-r--r--tests/libtest/lib519.c1
-rw-r--r--tests/libtest/lib520.c1
-rw-r--r--tests/libtest/lib521.c1
-rw-r--r--tests/libtest/lib523.c1
-rw-r--r--tests/libtest/lib524.c1
-rw-r--r--tests/libtest/lib525.c1
-rw-r--r--tests/libtest/lib526.c1
-rw-r--r--tests/libtest/lib530.c1
-rw-r--r--tests/libtest/lib533.c1
-rw-r--r--tests/libtest/lib536.c1
-rw-r--r--tests/libtest/lib537.c1
-rw-r--r--tests/libtest/lib539.c1
-rw-r--r--tests/libtest/lib540.c1
-rw-r--r--tests/libtest/lib541.c1
-rw-r--r--tests/libtest/lib542.c1
-rw-r--r--tests/libtest/lib543.c1
-rw-r--r--tests/libtest/lib544.c1
-rw-r--r--tests/libtest/lib547.c1
-rw-r--r--tests/libtest/lib549.c1
-rw-r--r--tests/libtest/lib552.c1
-rw-r--r--tests/libtest/lib553.c1
-rw-r--r--tests/libtest/lib554.c1
-rw-r--r--tests/libtest/lib555.c1
-rw-r--r--tests/libtest/lib556.c1
-rw-r--r--tests/libtest/lib557.c1
-rw-r--r--tests/libtest/lib558.c1
-rw-r--r--tests/libtest/lib560.c1
-rw-r--r--tests/libtest/lib562.c1
-rw-r--r--tests/libtest/lib564.c1
-rw-r--r--tests/libtest/lib566.c1
-rw-r--r--tests/libtest/lib567.c1
-rw-r--r--tests/libtest/lib568.c1
-rw-r--r--tests/libtest/lib569.c1
-rw-r--r--tests/libtest/lib570.c1
-rw-r--r--tests/libtest/lib571.c1
-rw-r--r--tests/libtest/test.h1
-rw-r--r--tests/libtest/testutil.c1
-rw-r--r--tests/libtest/testutil.h1
-rw-r--r--[-rwxr-xr-x]tests/rtspserver.pl1
-rw-r--r--tests/runtests.11
-rw-r--r--[-rwxr-xr-x]tests/runtests.pl1
-rw-r--r--tests/secureserver.pl1
-rw-r--r--tests/server/Makefile.am1
-rw-r--r--tests/server/getpart.c1
-rw-r--r--tests/server/getpart.h1
-rw-r--r--tests/server/resolve.c1
-rw-r--r--tests/server/rtspd.c1
-rw-r--r--tests/server/sockfilt.c1
-rw-r--r--tests/server/sws.c1
-rw-r--r--tests/server/testpart.c1
-rw-r--r--tests/server/tftp.h1
-rw-r--r--tests/server/tftpd.c1
-rw-r--r--tests/server/util.c1
-rw-r--r--tests/server/util.h1
-rw-r--r--tests/serverhelp.pm1
-rw-r--r--tests/sshhelp.pm1
-rw-r--r--tests/sshserver.pl1
-rw-r--r--tests/testcurl.11
-rw-r--r--[-rwxr-xr-x]tests/testcurl.pl1
-rw-r--r--[-rwxr-xr-x]tests/tftpserver.pl1
-rw-r--r--tests/valgrind.pm1
87 files changed, 0 insertions, 87 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 16212ec14..31ffd3aa1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
HTMLPAGES = testcurl.html runtests.html
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 329f27c96..42c5f8aa1 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -1,4 +1,3 @@
-# $Id$
# This file can be used to specify test cases that should not run when all
# test cases are run by runtests.pl. Just add the plain test case numbers, one
# per line.
diff --git a/tests/ftp.pm b/tests/ftp.pm
index 2be547fc7..6a46e7651 100644
--- a/tests/ftp.pm
+++ b/tests/ftp.pm
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
use strict;
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index a97af17a4..d6b676cab 100644
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
# This is a server designed for the curl test suite.
diff --git a/tests/httpserver.pl b/tests/httpserver.pl
index ae913e780..98d62cd0e 100755..100644
--- a/tests/httpserver.pl
+++ b/tests/httpserver.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
#***************************************************************************
BEGIN {
diff --git a/tests/keywords.pl b/tests/keywords.pl
index 6eaff4e4c..523bde1fc 100755..100644
--- a/tests/keywords.pl
+++ b/tests/keywords.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
use strict;
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am
index 9c041d7f2..70b0f12a4 100644
--- a/tests/libtest/Makefile.am
+++ b/tests/libtest/Makefile.am
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
AUTOMAKE_OPTIONS = foreign nostdinc
diff --git a/tests/libtest/first.c b/tests/libtest/first.c
index 032704ca0..770f9d527 100644
--- a/tests/libtest/first.c
+++ b/tests/libtest/first.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c
index c0cc9dee5..dc6967cbe 100644
--- a/tests/libtest/lib500.c
+++ b/tests/libtest/lib500.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib501.c b/tests/libtest/lib501.c
index 8963fbb39..770cf8f74 100644
--- a/tests/libtest/lib501.c
+++ b/tests/libtest/lib501.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c
index d1c734cc7..f6be5aaf7 100644
--- a/tests/libtest/lib502.c
+++ b/tests/libtest/lib502.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c
index 3e8f3dc55..2301186af 100644
--- a/tests/libtest/lib503.c
+++ b/tests/libtest/lib503.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c
index 5eedb9ecc..418da2f8c 100644
--- a/tests/libtest/lib504.c
+++ b/tests/libtest/lib504.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c
index b1c679990..9dfae8405 100644
--- a/tests/libtest/lib505.c
+++ b/tests/libtest/lib505.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c
index 99cf915d3..9209056dd 100644
--- a/tests/libtest/lib506.c
+++ b/tests/libtest/lib506.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c
index 306ba2da3..9707c9b07 100644
--- a/tests/libtest/lib507.c
+++ b/tests/libtest/lib507.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib508.c b/tests/libtest/lib508.c
index f392e414d..0fa5eb9d2 100644
--- a/tests/libtest/lib508.c
+++ b/tests/libtest/lib508.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib510.c b/tests/libtest/lib510.c
index bb0a11f25..f3f8cdbc0 100644
--- a/tests/libtest/lib510.c
+++ b/tests/libtest/lib510.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib511.c b/tests/libtest/lib511.c
index 0e2f3df10..dea97c5e2 100644
--- a/tests/libtest/lib511.c
+++ b/tests/libtest/lib511.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib512.c b/tests/libtest/lib512.c
index 14072f45c..9f59f7baf 100644
--- a/tests/libtest/lib512.c
+++ b/tests/libtest/lib512.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib513.c b/tests/libtest/lib513.c
index 602456310..c85006e1d 100644
--- a/tests/libtest/lib513.c
+++ b/tests/libtest/lib513.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib514.c b/tests/libtest/lib514.c
index 6a5733e99..283f89e4b 100644
--- a/tests/libtest/lib514.c
+++ b/tests/libtest/lib514.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib515.c b/tests/libtest/lib515.c
index 56ee68ead..2660ae369 100644
--- a/tests/libtest/lib515.c
+++ b/tests/libtest/lib515.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib516.c b/tests/libtest/lib516.c
index 8721583cf..b796dbbb7 100644
--- a/tests/libtest/lib516.c
+++ b/tests/libtest/lib516.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c
index d07e74602..3f7b064ab 100644
--- a/tests/libtest/lib517.c
+++ b/tests/libtest/lib517.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c
index 9d1ae96ac..9e683d956 100644
--- a/tests/libtest/lib518.c
+++ b/tests/libtest/lib518.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib519.c b/tests/libtest/lib519.c
index 66013498b..f885c5de6 100644
--- a/tests/libtest/lib519.c
+++ b/tests/libtest/lib519.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib520.c b/tests/libtest/lib520.c
index 57355a58f..a0e124489 100644
--- a/tests/libtest/lib520.c
+++ b/tests/libtest/lib520.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib521.c b/tests/libtest/lib521.c
index a51b4e83c..a4ae5558a 100644
--- a/tests/libtest/lib521.c
+++ b/tests/libtest/lib521.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib523.c b/tests/libtest/lib523.c
index 1dcfcd9c1..a1ac4a4e9 100644
--- a/tests/libtest/lib523.c
+++ b/tests/libtest/lib523.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib524.c b/tests/libtest/lib524.c
index 0b3ec5845..ee520628b 100644
--- a/tests/libtest/lib524.c
+++ b/tests/libtest/lib524.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c
index 41a519e7e..d2542577b 100644
--- a/tests/libtest/lib525.c
+++ b/tests/libtest/lib525.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c
index 65fa2fd3a..0418b6ba2 100644
--- a/tests/libtest/lib526.c
+++ b/tests/libtest/lib526.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
/*
diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c
index 01f35f765..abefc92d3 100644
--- a/tests/libtest/lib530.c
+++ b/tests/libtest/lib530.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib533.c b/tests/libtest/lib533.c
index 42dfb1a41..89ac7bf89 100644
--- a/tests/libtest/lib533.c
+++ b/tests/libtest/lib533.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
/* used for test case 533, 534 and 535 */
diff --git a/tests/libtest/lib536.c b/tests/libtest/lib536.c
index 2300ce109..04bc6965d 100644
--- a/tests/libtest/lib536.c
+++ b/tests/libtest/lib536.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib537.c b/tests/libtest/lib537.c
index b15cb8ac1..842dbab77 100644
--- a/tests/libtest/lib537.c
+++ b/tests/libtest/lib537.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib539.c b/tests/libtest/lib539.c
index f7df40854..9909d01d1 100644
--- a/tests/libtest/lib539.c
+++ b/tests/libtest/lib539.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib540.c b/tests/libtest/lib540.c
index 5fcf7bc9d..bf4cd5225 100644
--- a/tests/libtest/lib540.c
+++ b/tests/libtest/lib540.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* This is the 'proxyauth.c' test app posted by Shmulik Regev on the libcurl
* mailing list on 10 Jul 2007, converted to a test case.
diff --git a/tests/libtest/lib541.c b/tests/libtest/lib541.c
index 9305a936c..c060b8ac7 100644
--- a/tests/libtest/lib541.c
+++ b/tests/libtest/lib541.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib542.c b/tests/libtest/lib542.c
index 585c18b3c..ef7b483b4 100644
--- a/tests/libtest/lib542.c
+++ b/tests/libtest/lib542.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib543.c b/tests/libtest/lib543.c
index 88387a198..8f14f8411 100644
--- a/tests/libtest/lib543.c
+++ b/tests/libtest/lib543.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* Based on Alex Fishman's bug report on September 30, 2007
*/
diff --git a/tests/libtest/lib544.c b/tests/libtest/lib544.c
index 3229fdad3..6bc899cc5 100644
--- a/tests/libtest/lib544.c
+++ b/tests/libtest/lib544.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib547.c b/tests/libtest/lib547.c
index ba81b49c4..4ef303726 100644
--- a/tests/libtest/lib547.c
+++ b/tests/libtest/lib547.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* argv1 = URL
* argv2 = proxy
diff --git a/tests/libtest/lib549.c b/tests/libtest/lib549.c
index 4a3ee7bec..9fd18b225 100644
--- a/tests/libtest/lib549.c
+++ b/tests/libtest/lib549.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* argv1 = URL
* argv2 = proxy
diff --git a/tests/libtest/lib552.c b/tests/libtest/lib552.c
index 530c5df06..eeecf6f91 100644
--- a/tests/libtest/lib552.c
+++ b/tests/libtest/lib552.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* argv1 = URL
* argv2 = proxy with embedded user+password
diff --git a/tests/libtest/lib553.c b/tests/libtest/lib553.c
index c5644a04d..8694daf67 100644
--- a/tests/libtest/lib553.c
+++ b/tests/libtest/lib553.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* This test case and code is based on the bug recipe Joe Malicki provided for
* bug report #1871269, fixed on Jan 14 2008 before the 7.18.0 release.
diff --git a/tests/libtest/lib554.c b/tests/libtest/lib554.c
index 5a78c52cb..d7c68241a 100644
--- a/tests/libtest/lib554.c
+++ b/tests/libtest/lib554.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib555.c b/tests/libtest/lib555.c
index e5628a6d5..55b3f13ed 100644
--- a/tests/libtest/lib555.c
+++ b/tests/libtest/lib555.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* This test case is supposed to be identical to 547 except that this uses the
* multi interface and 547 is easy interface.
diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c
index 583723d22..78d123baa 100644
--- a/tests/libtest/lib556.c
+++ b/tests/libtest/lib556.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c
index d09b567f2..48ccaf38e 100644
--- a/tests/libtest/lib557.c
+++ b/tests/libtest/lib557.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
/*
diff --git a/tests/libtest/lib558.c b/tests/libtest/lib558.c
index 7ed991dd3..56f2a2612 100644
--- a/tests/libtest/lib558.c
+++ b/tests/libtest/lib558.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib560.c b/tests/libtest/lib560.c
index f553cc785..ce6809d39 100644
--- a/tests/libtest/lib560.c
+++ b/tests/libtest/lib560.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
*/
#include "test.h"
diff --git a/tests/libtest/lib562.c b/tests/libtest/lib562.c
index 7f84a9aad..d78ecce25 100644
--- a/tests/libtest/lib562.c
+++ b/tests/libtest/lib562.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib564.c b/tests/libtest/lib564.c
index 827e08dda..d33f23042 100644
--- a/tests/libtest/lib564.c
+++ b/tests/libtest/lib564.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib566.c b/tests/libtest/lib566.c
index 03ad1ec75..889f15b3a 100644
--- a/tests/libtest/lib566.c
+++ b/tests/libtest/lib566.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib567.c b/tests/libtest/lib567.c
index feae2cecf..e1df0c1e4 100644
--- a/tests/libtest/lib567.c
+++ b/tests/libtest/lib567.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib568.c b/tests/libtest/lib568.c
index 3443c406a..1f16664cb 100644
--- a/tests/libtest/lib568.c
+++ b/tests/libtest/lib568.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib569.c b/tests/libtest/lib569.c
index 9b345b065..b5182d64c 100644
--- a/tests/libtest/lib569.c
+++ b/tests/libtest/lib569.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib570.c b/tests/libtest/lib570.c
index 8cfc0b88b..9fe2eceaa 100644
--- a/tests/libtest/lib570.c
+++ b/tests/libtest/lib570.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/lib571.c b/tests/libtest/lib571.c
index 24c507545..2892211aa 100644
--- a/tests/libtest/lib571.c
+++ b/tests/libtest/lib571.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
#include "test.h"
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 3a01a07dc..2a3671181 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*/
/* Now include the setup.h file from libcurl's private libdir (the source
diff --git a/tests/libtest/testutil.c b/tests/libtest/testutil.c
index a70652626..63393c589 100644
--- a/tests/libtest/testutil.c
+++ b/tests/libtest/testutil.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#include "setup.h"
diff --git a/tests/libtest/testutil.h b/tests/libtest/testutil.h
index 6f7839d24..6a322e3cb 100644
--- a/tests/libtest/testutil.h
+++ b/tests/libtest/testutil.h
@@ -20,7 +20,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#include "setup.h"
diff --git a/tests/rtspserver.pl b/tests/rtspserver.pl
index 2bdc54a76..515128d7b 100755..100644
--- a/tests/rtspserver.pl
+++ b/tests/rtspserver.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
#***************************************************************************
BEGIN {
diff --git a/tests/runtests.1 b/tests/runtests.1
index 5386a1edc..45f878333 100644
--- a/tests/runtests.1
+++ b/tests/runtests.1
@@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
-.\" * $Id$
.\" **************************************************************************
.\"
.TH runtests.pl 1 "2 Feb 2010" "Curl 7.20.0" "runtests"
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 4cdb47538..6e3b5b9cf 100755..100644
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
# Experimental hooks are available to run tests remotely on machines that
diff --git a/tests/secureserver.pl b/tests/secureserver.pl
index f424f8dcc..064fa84f5 100644
--- a/tests/secureserver.pl
+++ b/tests/secureserver.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
#***************************************************************************
# This is the HTTPS, FTPS, POP3S, IMAPS, SMTPS, server used for curl test
diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am
index f453d779a..d4b9cc38a 100644
--- a/tests/server/Makefile.am
+++ b/tests/server/Makefile.am
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
AUTOMAKE_OPTIONS = foreign nostdinc
diff --git a/tests/server/getpart.c b/tests/server/getpart.c
index 6f893a8bc..a3b5f2fb1 100644
--- a/tests/server/getpart.c
+++ b/tests/server/getpart.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define CURL_NO_OLDIES
diff --git a/tests/server/getpart.h b/tests/server/getpart.h
index 276d41de7..78a0be2cd 100644
--- a/tests/server/getpart.h
+++ b/tests/server/getpart.h
@@ -20,7 +20,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define GPE_NO_BUFFER_SPACE -2
diff --git a/tests/server/resolve.c b/tests/server/resolve.c
index 7b4af2b11..26ad85300 100644
--- a/tests/server/resolve.c
+++ b/tests/server/resolve.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* Purpose
diff --git a/tests/server/rtspd.c b/tests/server/rtspd.c
index 4d2c639be..788d61c36 100644
--- a/tests/server/rtspd.c
+++ b/tests/server/rtspd.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/*
diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c
index 63c0c663c..714d6fcde 100644
--- a/tests/server/sockfilt.c
+++ b/tests/server/sockfilt.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* Purpose
diff --git a/tests/server/sws.c b/tests/server/sws.c
index 56345c1e5..44a84a986 100644
--- a/tests/server/sws.c
+++ b/tests/server/sws.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* sws.c: simple (silly?) web server
diff --git a/tests/server/testpart.c b/tests/server/testpart.c
index a78799ca7..940971450 100644
--- a/tests/server/testpart.c
+++ b/tests/server/testpart.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define CURL_NO_OLDIES
diff --git a/tests/server/tftp.h b/tests/server/tftp.h
index d6c7acec5..f60f12257 100644
--- a/tests/server/tftp.h
+++ b/tests/server/tftp.h
@@ -20,7 +20,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
/* This file is a rewrite/clone of the arpa/tftp.h file for systems without
diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c
index a06b815b7..0adcd496d 100644
--- a/tests/server/tftpd.c
+++ b/tests/server/tftpd.c
@@ -5,7 +5,6 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * $Id$
*
* Trivial file transfer protocol server.
*
diff --git a/tests/server/util.c b/tests/server/util.c
index 42abeed87..52802a82c 100644
--- a/tests/server/util.c
+++ b/tests/server/util.c
@@ -18,7 +18,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
#define CURL_NO_OLDIES
diff --git a/tests/server/util.h b/tests/server/util.h
index aaca005f2..76cd88d16 100644
--- a/tests/server/util.h
+++ b/tests/server/util.h
@@ -20,7 +20,6 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
- * $Id$
***************************************************************************/
void logmsg(const char *msg, ...);
diff --git a/tests/serverhelp.pm b/tests/serverhelp.pm
index 41b7c6647..4b3b50545 100644
--- a/tests/serverhelp.pm
+++ b/tests/serverhelp.pm
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
#***************************************************************************
package serverhelp;
diff --git a/tests/sshhelp.pm b/tests/sshhelp.pm
index 736dc9121..18de9d3ec 100644
--- a/tests/sshhelp.pm
+++ b/tests/sshhelp.pm
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
#***************************************************************************
package sshhelp;
diff --git a/tests/sshserver.pl b/tests/sshserver.pl
index f0290e224..b4390158d 100644
--- a/tests/sshserver.pl
+++ b/tests/sshserver.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
#***************************************************************************
# Starts sshd for use in the SCP, SFTP and SOCKS curl test harness tests.
diff --git a/tests/testcurl.1 b/tests/testcurl.1
index d106211f9..eb11f616a 100644
--- a/tests/testcurl.1
+++ b/tests/testcurl.1
@@ -18,7 +18,6 @@
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
.\" * KIND, either express or implied.
.\" *
-.\" * $Id$
.\" **************************************************************************
.\"
.TH testcurl.pl 1 "20 May 2005" "Curl 7.14.1" "testcurl"
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 533a3a481..8eef6cb4e 100755..100644
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
###########################
diff --git a/tests/tftpserver.pl b/tests/tftpserver.pl
index 78dc99c22..c5382ec66 100755..100644
--- a/tests/tftpserver.pl
+++ b/tests/tftpserver.pl
@@ -19,7 +19,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
#***************************************************************************
BEGIN {
diff --git a/tests/valgrind.pm b/tests/valgrind.pm
index b8c2594ef..78523ead6 100644
--- a/tests/valgrind.pm
+++ b/tests/valgrind.pm
@@ -18,7 +18,6 @@
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
# KIND, either express or implied.
#
-# $Id$
###########################################################################
use File::Basename;