From: Ezra Peisach Date: Mon, 7 Aug 2000 15:57:24 +0000 (+0000) Subject: * default.exp: Protect Quote quotation marks in multipass variable X-Git-Tag: krb5-1.3-alpha1~1930 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=349dfa6941b89df56f60c9193a8d175f5f98a99d;p=krb5.git * 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 --- 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 + + * default.exp: Protect Quote quotation marks in multipass variable + assignments. Dejagnu (June 1999 release) fails overwise. + 2000-07-22 Tom Yu * 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\"]} } }