]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
don't run tests without any supported des enctypes
authorKen Raeburn <raeburn@mit.edu>
Wed, 3 Dec 2003 01:35:55 +0000 (01:35 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 3 Dec 2003 01:35:55 +0000 (01:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15853 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/krb-root/telnet.exp

index 9035a1257248c3dd04303325a77a029bd93d3144..a9733c1176fc9c346b8ed3fb2d9da3fb553fa82b 100644 (file)
@@ -19,6 +19,12 @@ if ![info exists LOGINKRB5] {
     set LOGINKRB5 [findfile $objdir/../../appl/bsd/login.krb5]
 }
 
+if ![regexp des- $supported_enctypes] {
+    # Telnet needs a DES enctype.
+    verbose "Skipping telnet tests for lack of DES support."
+    return
+}
+
 # Remove old wrapper script
     catch "exec rm -f $tmppwd/login.wrap"