diff options
author | Russ Allbery <rra@stanford.edu> | 2008-01-17 00:00:44 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-01-17 00:00:44 +0000 |
commit | 426e3bc5f2af3f30524060812625204de73f78d0 (patch) | |
tree | ab7768156b8ebe9d3acb941f6d61173f2a16a98a /tests/data | |
parent | 2bc1f6cb234cc88f4f5ca82ed46ff06eb49bfa19 (diff) |
Remove the right krb5.conf file in client tests. Strip any existing
wallet configuration from krb5.conf since it confuses the profile
library. Add a test for printing keytabs to standard output.
Diffstat (limited to 'tests/data')
-rwxr-xr-x | tests/data/cmd-fake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/cmd-fake b/tests/data/cmd-fake index 4e95bd8..e9744a2 100755 --- a/tests/data/cmd-fake +++ b/tests/data/cmd-fake @@ -76,6 +76,10 @@ get) cat data/fake-keytab exit 0 ;; + service/fake-output) + printf 'This is a fake keytab.' + exit 0 + ;; *) echo "Unknown keytab $1" >&2 exit 1 |