diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/basic.conf | 1 | ||||
-rwxr-xr-x | tests/data/cmd-fake | 1 | ||||
-rw-r--r-- | tests/data/cmd-wrapper.in | 1 | ||||
-rwxr-xr-x | tests/data/fake-kadmin | 1 | ||||
-rw-r--r-- | tests/data/full.conf.in | 1 | ||||
-rw-r--r-- | tests/data/wallet.conf | 1 |
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'; |