From f49bd1d202fa6cf1b7ec20fdde4da304665db4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 29 May 2005 16:18:21 +0000 Subject: [PATCH] change format for expantion variables in default_cc_name to %{variable} to not confuse them with shell ditto git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15272 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/test_cc.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/krb5/test_cc.c b/lib/krb5/test_cc.c index 1fa3566e7..002c201e1 100644 --- a/lib/krb5/test_cc.c +++ b/lib/krb5/test_cc.c @@ -272,12 +272,12 @@ struct { char *res; } cc_names[] = { { "foo", 0, "foo" }, - { "${uid}", 0 }, - { "foo${null}", 0, "foo" }, - { "foo${null}bar", 0, "foobar" }, - { "${", 1 }, - { "${foo ${", 1 }, - { "${{", 1 }, + { "%{uid}", 0 }, + { "foo%{null}", 0, "foo" }, + { "foo%{null}bar", 0, "foobar" }, + { "%{", 1 }, + { "%{foo %{", 1 }, + { "%{{", 1 }, }; static void