git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-01-13 09:46:01 +00:00
parent bf2cc4e5a5
commit 6479b98f70

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) 2006 Kungliga Tekniska H<>gskolan
# Copyright (c) 2006 - 2008 Kungliga Tekniska H<>gskolan
# (Royal Institute of Technology, Stockholm, Sweden).
# All rights reserved.
#
@@ -105,8 +105,8 @@ exitcode=0
echo "Getting client initial tickets"
${kinit} --password-file=${objdir}/foopassword user1@${R} || exitcode=1
echo ======test naming combinations
echo plain
echo "======test naming combinations"
echo "plain"
${context} --name-type=hostbased-service host@lucid.test.h5l.se || \
{ exitcode=1 ; echo test failed; }
echo "plain (krb5)"