From 6c2b03a1fe50424f6409c3790609455a18fc79b0 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 4 Jul 2007 05:47:49 +0000 Subject: [PATCH] Handle 'Credentials cache file not found' git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19673 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/krb-standalone/v4gssftp.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/dejagnu/krb-standalone/v4gssftp.exp b/src/tests/dejagnu/krb-standalone/v4gssftp.exp index 6353dc41f..b65b3fbad 100644 --- a/src/tests/dejagnu/krb-standalone/v4gssftp.exp +++ b/src/tests/dejagnu/krb-standalone/v4gssftp.exp @@ -253,6 +253,7 @@ proc v4ftp_test { } { expect { "GSSAPI error minor: Unsupported credentials cache format version number" {} "GSSAPI error minor: No credentials cache found" {} + -re "GSSAPI error minor: Credentials cache file '.*' not found" {} "GSSAPI error minor: Decrypt integrity check failed" {} } expect "GSSAPI error: initializing context" -- 2.26.2