summaryrefslogtreecommitdiffstats
path: root/src/tests/gssapi/t_ccselect.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/gssapi/t_ccselect.py')
-rw-r--r--src/tests/gssapi/t_ccselect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/gssapi/t_ccselect.py b/src/tests/gssapi/t_ccselect.py
index 5350d92090..ce25dfb57a 100644
--- a/src/tests/gssapi/t_ccselect.py
+++ b/src/tests/gssapi/t_ccselect.py
@@ -123,7 +123,7 @@ if output != (bob + '\n'):
fail('bob not chosen via primary cache when no .k5identity line matches.')
output = r1.run_as_client(['./t_ccselect', 'gss:bogus@' + hostname],
expected_code=1)
-if 'does not match desired' not in output:
+if 'Can\'t find client principal noprinc' not in output:
fail('Expected error not seen when k5identity selects bad principal.')
success('GSSAPI credential selection tests')