* default.exp: Protect Quote quotation marks in multipass variable
authorEzra Peisach <epeisach@mit.edu>
Mon, 7 Aug 2000 15:57:24 +0000 (15:57 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 7 Aug 2000 15:57:24 +0000 (15:57 +0000)
assignments. Dejagnu (June 1999 release) fails overwise.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12610 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index 654529d0d13e847b1c94cdd431f3b62579c53433..b839380d8f42b75bc86ac71674d68a7a5c583096 100644 (file)
@@ -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
index 49b938be9f9ba1c86494f4a09a8fd239f8dd1c86..1f15e97c842221c86985fd84b32d78de429d6260 100644 (file)
@@ -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\"]}
     }
 }