summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-08-07 15:57:24 +0000
committerEzra Peisach <epeisach@mit.edu>2000-08-07 15:57:24 +0000
commit349dfa6941b89df56f60c9193a8d175f5f98a99d (patch)
tree15b3ea790bcf9bf5904374226543e2b5240bb76a
parentee3cc60f6766be4ada39f1f4580f79e729d28ede (diff)
* default.exp: Protect Quote quotation marks in multipass variable
assignments. Dejagnu (June 1999 release) fails overwise. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12610 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/tests/dejagnu/config/ChangeLog5
-rw-r--r--src/tests/dejagnu/config/default.exp24
2 files changed, 17 insertions, 12 deletions
diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog
index 654529d0d..b839380d8 100644
--- a/src/tests/dejagnu/config/ChangeLog
+++ b/src/tests/dejagnu/config/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-07 Ezra Peisach <epeisach@mit.edu>
+
+ * default.exp: Protect Quote quotation marks in multipass variable
+ assignments. Dejagnu (June 1999 release) fails overwise.
+
2000-07-22 Tom Yu <tlyu@mit.edu>
* default.exp: Add code to handle setting of PASS to constrain
diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp
index 49b938be9..1f15e97c8 100644
--- a/src/tests/dejagnu/config/default.exp
+++ b/src/tests/dejagnu/config/default.exp
@@ -23,30 +23,30 @@ set passes {
{
des
des3_krbtgt=0
- {supported_enctypes="des-cbc-crc:normal"}
- {kdc_supported_enctypes="des-cbc-crc:normal"}
- {dummy=[verbose -log "DES TGT, DES enctype"]}
+ {supported_enctypes=\"des-cbc-crc:normal\"}
+ {kdc_supported_enctypes=\"des-cbc-crc:normal\"}
+ {dummy=[verbose -log \"DES TGT, DES enctype\"]}
}
{
des.des3tgt
des3_krbtgt=1
- {supported_enctypes="des-cbc-crc:normal"}
- {kdc_supported_enctypes="des3-cbc-sha1:normal des-cbc-crc:normal"}
- {dummy=[verbose -log "DES3 TGT, DES enctype"]}
+ {supported_enctypes=\"des-cbc-crc:normal\"}
+ {kdc_supported_enctypes=\"des3-cbc-sha1:normal des-cbc-crc:normal\"}
+ {dummy=[verbose -log \"DES3 TGT, DES enctype\"]}
}
{
des3
des3_krbtgt=1
- {supported_enctypes="des3-cbc-sha1:normal des-cbc-crc:normal"}
- {kdc_supported_enctypes="des3-cbc-sha1:normal des-cbc-crc:normal"}
- {dummy=[verbose -log "DES3 TGT, DES3 + DES enctypes"]}
+ {supported_enctypes=\"des3-cbc-sha1:normal des-cbc-crc:normal\"}
+ {kdc_supported_enctypes=\"des3-cbc-sha1:normal des-cbc-crc:normal\"}
+ {dummy=[verbose -log \"DES3 TGT, DES3 + DES enctypes\"]}
}
{
allenctypes
des3_krbtgt=1
- {supported_enctypes="des3-cbc-sha1:normal des-cbc-crc:normal des-cbc-md5:normal des-cbc-crc:v4 des-cbc-md5:norealm"}
- {kdc_supported_enctypes="des3-cbc-sha1:normal des-cbc-crc:normal des-cbc-md5:normal des-cbc-crc:v4 des-cbc-md5:norealm"}
- {dummy=[verbose -log "DES3 TGT, many DES3 + DES enctypes"]}
+ {supported_enctypes=\"des3-cbc-sha1:normal des-cbc-crc:normal des-cbc-md5:normal des-cbc-crc:v4 des-cbc-md5:norealm\"}
+ {kdc_supported_enctypes=\"des3-cbc-sha1:normal des-cbc-crc:normal des-cbc-md5:normal des-cbc-crc:v4 des-cbc-md5:norealm\"}
+ {dummy=[verbose -log \"DES3 TGT, many DES3 + DES enctypes\"]}
}
}