From 426e3bc5f2af3f30524060812625204de73f78d0 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 17 Jan 2008 00:00:44 +0000 Subject: 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. --- tests/data/cmd-fake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/data') 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 -- cgit v1.2.3