aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-03 19:49:46 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-03 19:49:46 -0800
commit69289862465a3bfb3488c1b3a674b6b06c9911ee (patch)
treeef3eee98ddf1a47fbb96fcb06ed6299b5bdbb911 /tests
parent2b8931dedf7daebffbfc0732365bad73014eb4db (diff)
Remove file names from test file headers
Coding style update. Don't prefix the file short description with the file name; it's not needed.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/data/fake-kadmin3
-rw-r--r--tests/data/wallet.conf2
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/fake-kadmin b/tests/data/fake-kadmin
index 61906a4..4c0ceac 100755
--- a/tests/data/fake-kadmin
+++ b/tests/data/fake-kadmin
@@ -1,9 +1,10 @@
#!/usr/bin/perl -w
#
-# fake-kadmin -- Fake kadmin.local used to test the keytab backend.
+# Fake kadmin.local used to test the keytab backend.
#
# Written by Russ Allbery <rra@stanford.edu>
# Copyright 2007 Board of Trustees, Leland Stanford Jr. University
+#
# See LICENSE for licensing terms.
unless ($ARGV[0] eq '-q' && @ARGV == 2) {
diff --git a/tests/data/wallet.conf b/tests/data/wallet.conf
index 0a232dd..877a16f 100644
--- a/tests/data/wallet.conf
+++ b/tests/data/wallet.conf
@@ -1,4 +1,4 @@
-# wallet.conf -- Test wallet server configuration. -*- perl -*-
+# Test wallet server configuration. -*- perl -*-
# Always test with SQLite.
$DB_DRIVER = 'SQLite';