Quoting of lists in mutipass variable assigments is unnecessary
authorEzra Peisach <epeisach@mit.edu>
Tue, 8 Aug 2000 19:45:46 +0000 (19:45 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 8 Aug 2000 19:45:46 +0000 (19:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12616 dc483132-0cff-0310-8789-dd5450dbe970

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

index 834b0c968e85c7a6ff2ce902111e866386ef724f..718698bbdf068acb97ffadaf5ac8e1932a1664c7 100644 (file)
@@ -1,10 +1,11 @@
-2000-08-08  Ezra Peisach  <epeisach@engrailed.mit.edu>
+2000-08-08  Ezra Peisach  <epeisach@mit.edu>
 
        * default.exp: Create krb.conf and krb.realms files for v4
        compatibility. Set KRBTKFILE environment variable. Add
        v4_compatible_enctype() proc to test if krb4 tests are being run
        and if the current encryption type being tested is compatible with
-       V4.  Added v4kinit() proc.
+       V4.  Added v4kinit() proc. Quoting of lists in mutipass variable
+       assignments is unnecessary.
 
 2000-08-07  Ezra Peisach  <epeisach@mit.edu>
 
index 946b32aeb0a39953e141bd68bdc511232124020b..459cdfebd02a3dbf28953ba2dd5cfd1f43092d2a 100644 (file)
@@ -25,28 +25,28 @@ set passes {
        des3_krbtgt=0
        {supported_enctypes=\"des-cbc-crc:normal\"}
        {kdc_supported_enctypes=\"des-cbc-crc:normal\"}
-       {dummy=[verbose -log \"DES TGT, DES enctype\"]}
+       {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\"]}
+       {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\"]}
+       {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\"]}
+       {dummy=[verbose -log "DES3 TGT, many DES3 + DES enctypes"]}
     }
 }