summaryrefslogtreecommitdiff
path: root/tests
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
parente571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff)
Remove Subversion Id strings
Diffstat (limited to 'tests')
-rw-r--r--tests/client/basic-t.in1
-rw-r--r--tests/client/full-t.in1
-rw-r--r--tests/client/pod-t.in1
-rw-r--r--tests/client/prompt-t.in1
-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
-rw-r--r--tests/kasetkey/basic-t.in1
-rw-r--r--tests/libtest.c3
-rw-r--r--tests/libtest.h3
-rw-r--r--tests/libtest.sh2
-rw-r--r--tests/portable/asprintf-t.c3
-rw-r--r--tests/portable/snprintf-t.c3
-rw-r--r--tests/portable/strlcat-t.c3
-rw-r--r--tests/portable/strlcpy-t.c3
-rw-r--r--tests/runtests.c3
-rw-r--r--tests/server/admin-t.in1
-rw-r--r--tests/server/backend-t.in1
-rw-r--r--tests/server/pod-t.in1
-rw-r--r--tests/util/concat-t.c3
-rw-r--r--tests/util/messages-t.c3
-rw-r--r--tests/util/xmalloc-t.in1
-rw-r--r--tests/util/xmalloc.c3
26 files changed, 10 insertions, 37 deletions
diff --git a/tests/client/basic-t.in b/tests/client/basic-t.in
index f18c28e..05a7abe 100644
--- a/tests/client/basic-t.in
+++ b/tests/client/basic-t.in
@@ -1,5 +1,4 @@
#! /bin/sh
-# $Id$
#
# Test suite for the wallet command-line client.
#
diff --git a/tests/client/full-t.in b/tests/client/full-t.in
index f4ef1d3..3240563 100644
--- a/tests/client/full-t.in
+++ b/tests/client/full-t.in
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# tests/client/full-t -- End-to-end tests for the wallet client.
#
diff --git a/tests/client/pod-t.in b/tests/client/pod-t.in
index 98c34c7..db995f7 100644
--- a/tests/client/pod-t.in
+++ b/tests/client/pod-t.in
@@ -1,5 +1,4 @@
#!/usr/bin/perl
-# $Id$
#
# Test POD formatting for client documentation.
#
diff --git a/tests/client/prompt-t.in b/tests/client/prompt-t.in
index 2d6097d..7988fc9 100644
--- a/tests/client/prompt-t.in
+++ b/tests/client/prompt-t.in
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# tests/client/prompt-t -- Password prompting tests for the wallet client.
#
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';
diff --git a/tests/kasetkey/basic-t.in b/tests/kasetkey/basic-t.in
index afc6747..bb086d6 100644
--- a/tests/kasetkey/basic-t.in
+++ b/tests/kasetkey/basic-t.in
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# Tests for basic kasetkey functionality.
#
diff --git a/tests/libtest.c b/tests/libtest.c
index 76d5207..bddaf91 100644
--- a/tests/libtest.c
+++ b/tests/libtest.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Some utility routines for writing tests.
*
* Herein are a variety of utility routines for writing tests. All routines
diff --git a/tests/libtest.h b/tests/libtest.h
index ac2b083..ad4f591 100644
--- a/tests/libtest.h
+++ b/tests/libtest.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Some utility routines for writing tests.
*
* Copyright 2006, 2007 Board of Trustees, Leland Stanford Jr. University
diff --git a/tests/libtest.sh b/tests/libtest.sh
index ed46d0e..74f5ee6 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -1,5 +1,3 @@
-# $Id$
-#
# Shell function library for test cases.
#
# Written by Russ Allbery <rra@stanford.edu>
diff --git a/tests/portable/asprintf-t.c b/tests/portable/asprintf-t.c
index d42e740..689e7c7 100644
--- a/tests/portable/asprintf-t.c
+++ b/tests/portable/asprintf-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* asprintf and vasprintf test suite.
*
* Written by Russ Allbery <rra@stanford.edu>
diff --git a/tests/portable/snprintf-t.c b/tests/portable/snprintf-t.c
index c33e0e7..18c2326 100644
--- a/tests/portable/snprintf-t.c
+++ b/tests/portable/snprintf-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* snprintf test suite.
*
* Copyright (c) 2004, 2005, 2006
diff --git a/tests/portable/strlcat-t.c b/tests/portable/strlcat-t.c
index c860803..2f39925 100644
--- a/tests/portable/strlcat-t.c
+++ b/tests/portable/strlcat-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* strlcat test suite.
*
* Copyright (c) 2004, 2005, 2006
diff --git a/tests/portable/strlcpy-t.c b/tests/portable/strlcpy-t.c
index 8fb1f9c..74c9ecd 100644
--- a/tests/portable/strlcpy-t.c
+++ b/tests/portable/strlcpy-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* strlcpy test suite.
*
* Copyright (c) 2004, 2005, 2006
diff --git a/tests/runtests.c b/tests/runtests.c
index abad3b6..060c8ad 100644
--- a/tests/runtests.c
+++ b/tests/runtests.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Run a set of tests, reporting results.
*
* Usage:
diff --git a/tests/server/admin-t.in b/tests/server/admin-t.in
index be40880..44ea1fe 100644
--- a/tests/server/admin-t.in
+++ b/tests/server/admin-t.in
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# Tests for the wallet-admin dispatch code.
#
diff --git a/tests/server/backend-t.in b/tests/server/backend-t.in
index e1518d8..773a002 100644
--- a/tests/server/backend-t.in
+++ b/tests/server/backend-t.in
@@ -1,5 +1,4 @@
#!/usr/bin/perl -w
-# $Id$
#
# Tests for the wallet-backend dispatch code.
#
diff --git a/tests/server/pod-t.in b/tests/server/pod-t.in
index fd939a5..4973d23 100644
--- a/tests/server/pod-t.in
+++ b/tests/server/pod-t.in
@@ -1,5 +1,4 @@
#!/usr/bin/perl
-# $Id$
#
# tests/server/pod-t -- Test POD formatting for client documentation.
#
diff --git a/tests/util/concat-t.c b/tests/util/concat-t.c
index 2428d71..81824c8 100644
--- a/tests/util/concat-t.c
+++ b/tests/util/concat-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* concat test suite.
*
* Copyright 2004, 2005, 2006
diff --git a/tests/util/messages-t.c b/tests/util/messages-t.c
index 434ef56..3f7860e 100644
--- a/tests/util/messages-t.c
+++ b/tests/util/messages-t.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Test suite for error handling routines.
*
* Copyright 2004, 2005, 2006
diff --git a/tests/util/xmalloc-t.in b/tests/util/xmalloc-t.in
index f721822..5c18512 100644
--- a/tests/util/xmalloc-t.in
+++ b/tests/util/xmalloc-t.in
@@ -1,5 +1,4 @@
#! /bin/sh
-# $Id$
#
# Test suite for xmalloc and friends.
#
diff --git a/tests/util/xmalloc.c b/tests/util/xmalloc.c
index 699d0c4..bd0ab62 100644
--- a/tests/util/xmalloc.c
+++ b/tests/util/xmalloc.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Test suite for xmalloc and family.
*
* Copyright 2004, 2005, 2006