summaryrefslogtreecommitdiff
path: root/perl/t
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
committerRuss Allbery <rra@stanford.edu>2009-06-09 14:39:39 -0700
commit574a9c0456c182831b3d01a4d7ee0c737b91b107 (patch)
tree299cb3b58751301e63b4f5a89f4eab03af9623c9 /perl/t
parente571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff)
Remove Subversion Id strings
Diffstat (limited to 'perl/t')
-rwxr-xr-xperl/t/acl.t1
-rwxr-xr-xperl/t/admin.t1
-rwxr-xr-xperl/t/config.t1
-rwxr-xr-xperl/t/data/keytab-fake1
-rw-r--r--perl/t/data/keytab.conf2
-rwxr-xr-xperl/t/data/netdb-fake1
-rw-r--r--perl/t/data/netdb.conf2
-rwxr-xr-xperl/t/file.t1
-rwxr-xr-xperl/t/init.t1
-rwxr-xr-xperl/t/keytab.t1
-rw-r--r--perl/t/lib/Util.pm1
-rwxr-xr-xperl/t/object.t1
-rwxr-xr-xperl/t/pod.t1
-rwxr-xr-xperl/t/schema.t1
-rwxr-xr-xperl/t/server.t1
-rwxr-xr-xperl/t/verifier-netdb.t1
-rwxr-xr-xperl/t/verifier.t1
17 files changed, 0 insertions, 19 deletions
diff --git a/perl/t/acl.t b/perl/t/acl.t
index e46b7f8..95aa763 100755
--- a/perl/t/acl.t
+++ b/perl/t/acl.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/api.t -- Tests for the wallet ACL API.
#
diff --git a/perl/t/admin.t b/perl/t/admin.t
index 4b8302d..7a8b8ae 100755
--- a/perl/t/admin.t
+++ b/perl/t/admin.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/admin.t -- Tests for wallet administrative interface.
#
diff --git a/perl/t/config.t b/perl/t/config.t
index 0d159dc..d60d7e7 100755
--- a/perl/t/config.t
+++ b/perl/t/config.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/config.t -- Tests for the wallet server configuration.
#
diff --git a/perl/t/data/keytab-fake b/perl/t/data/keytab-fake
index df21294..0ecf264 100755
--- a/perl/t/data/keytab-fake
+++ b/perl/t/data/keytab-fake
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
#
# keytab-fake -- Fake keytab-backend implementation.
#
diff --git a/perl/t/data/keytab.conf b/perl/t/data/keytab.conf
index eb105e2..484443f 100644
--- a/perl/t/data/keytab.conf
+++ b/perl/t/data/keytab.conf
@@ -1,5 +1,3 @@
-# $Id$
-#
# This is the remctl configuration used for testing the keytab backend's
# ability to retrieve existing keytabs through remctl. Currently the only
# supported and used command is keytab retrieve. The ACL is written on
diff --git a/perl/t/data/netdb-fake b/perl/t/data/netdb-fake
index 56744a7..ae5be18 100755
--- a/perl/t/data/netdb-fake
+++ b/perl/t/data/netdb-fake
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
#
# netdb-fake -- Fake NetDB remctl interface.
#
diff --git a/perl/t/data/netdb.conf b/perl/t/data/netdb.conf
index e7908ed..f08bfaa 100644
--- a/perl/t/data/netdb.conf
+++ b/perl/t/data/netdb.conf
@@ -1,5 +1,3 @@
-# $Id$
-#
# This is the remctl configuration used for testing the NetDB ACL verifier.
# The ACL is written on the fly by the test program.
diff --git a/perl/t/file.t b/perl/t/file.t
index 8eaa0f1..7ab5d75 100755
--- a/perl/t/file.t
+++ b/perl/t/file.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/file.t -- Tests for the file object implementation.
#
diff --git a/perl/t/init.t b/perl/t/init.t
index 70085c9..d0fae9f 100755
--- a/perl/t/init.t
+++ b/perl/t/init.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/init.t -- Tests for database initialization.
#
diff --git a/perl/t/keytab.t b/perl/t/keytab.t
index c1348d4..1803e53 100755
--- a/perl/t/keytab.t
+++ b/perl/t/keytab.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/keytab.t -- Tests for the keytab object implementation.
#
diff --git a/perl/t/lib/Util.pm b/perl/t/lib/Util.pm
index a1bacbd..ac0f530 100644
--- a/perl/t/lib/Util.pm
+++ b/perl/t/lib/Util.pm
@@ -1,5 +1,4 @@
# Util -- Utility class for wallet tests.
-# $Id$
#
# Written by Russ Allbery <rra@stanford.edu>
# Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University
diff --git a/perl/t/object.t b/perl/t/object.t
index 94fe22b..a40a412 100755
--- a/perl/t/object.t
+++ b/perl/t/object.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/object.t -- Tests for the basic object implementation.
#
diff --git a/perl/t/pod.t b/perl/t/pod.t
index da4d0d3..e9aa0a8 100755
--- a/perl/t/pod.t
+++ b/perl/t/pod.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl
-# $Id$
#
# t/pod.t -- Test POD formatting for the wallet Perl modules.
#
diff --git a/perl/t/schema.t b/perl/t/schema.t
index c7e9133..01d5dac 100755
--- a/perl/t/schema.t
+++ b/perl/t/schema.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/schema.t -- Tests for the wallet schema class.
#
diff --git a/perl/t/server.t b/perl/t/server.t
index 08edd56..d4fd068 100755
--- a/perl/t/server.t
+++ b/perl/t/server.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/server.t -- Tests for the wallet server API.
#
diff --git a/perl/t/verifier-netdb.t b/perl/t/verifier-netdb.t
index 6a77e3c..dcbbdd8 100755
--- a/perl/t/verifier-netdb.t
+++ b/perl/t/verifier-netdb.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/verifier-netdb.t -- Tests for the NetDB wallet ACL verifiers.
#
diff --git a/perl/t/verifier.t b/perl/t/verifier.t
index 96e641d..3243d9c 100755
--- a/perl/t/verifier.t
+++ b/perl/t/verifier.t
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# t/verifier.t -- Tests for the basic wallet ACL verifiers.
#