summaryrefslogtreecommitdiff
path: root/tests/data
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 /tests/data
parente571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff)
Remove Subversion Id strings
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/basic.conf1
-rwxr-xr-xtests/data/cmd-fake1
-rw-r--r--tests/data/cmd-wrapper.in1
-rwxr-xr-xtests/data/fake-kadmin1
-rw-r--r--tests/data/full.conf.in1
-rw-r--r--tests/data/wallet.conf1
6 files changed, 0 insertions, 6 deletions
diff --git a/tests/data/basic.conf b/tests/data/basic.conf
index 7ad998f..3280ce9 100644
--- a/tests/data/basic.conf
+++ b/tests/data/basic.conf
@@ -1,4 +1,3 @@
# remctl configuration for wallet client tests.
-# $Id$
fake-wallet ALL data/cmd-fake ANYUSER
diff --git a/tests/data/cmd-fake b/tests/data/cmd-fake
index 3ffd9cc..9c9e38c 100755
--- a/tests/data/cmd-fake
+++ b/tests/data/cmd-fake
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
#
# This is a fake wallet backend that returns bogus data for verification by
# the client test suite. It doesn't test any of the wallet server code.
diff --git a/tests/data/cmd-wrapper.in b/tests/data/cmd-wrapper.in
index e119002..7c7b342 100644
--- a/tests/data/cmd-wrapper.in
+++ b/tests/data/cmd-wrapper.in
@@ -1,5 +1,4 @@
#!/bin/sh
-# $Id$
#
# Wrapper around the standard wallet-backend script that sets the Perl INC
# path and the WALLET_CONFIG environment variable appropriately.
diff --git a/tests/data/fake-kadmin b/tests/data/fake-kadmin
index 81dc999..61906a4 100755
--- a/tests/data/fake-kadmin
+++ b/tests/data/fake-kadmin
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# fake-kadmin -- Fake kadmin.local used to test the keytab backend.
#
diff --git a/tests/data/full.conf.in b/tests/data/full.conf.in
index b97a4bc..25aef9e 100644
--- a/tests/data/full.conf.in
+++ b/tests/data/full.conf.in
@@ -1,4 +1,3 @@
# remctl configuration for full wallet client tests.
-# $Id$
wallet ALL @abs_top_builddir@/tests/data/cmd-wrapper ANYUSER
diff --git a/tests/data/wallet.conf b/tests/data/wallet.conf
index b864e5e..0a232dd 100644
--- a/tests/data/wallet.conf
+++ b/tests/data/wallet.conf
@@ -1,5 +1,4 @@
# wallet.conf -- Test wallet server configuration. -*- perl -*-
-# $Id$
# Always test with SQLite.
$DB_DRIVER = 'SQLite';