aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-01-17 00:00:44 +0000
committerRuss Allbery <rra@stanford.edu>2008-01-17 00:00:44 +0000
commit426e3bc5f2af3f30524060812625204de73f78d0 (patch)
treeab7768156b8ebe9d3acb941f6d61173f2a16a98a /tests/data
parent2bc1f6cb234cc88f4f5ca82ed46ff06eb49bfa19 (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-xtests/data/cmd-fake4
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