summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-08-08 19:45:46 +0000
committerEzra Peisach <epeisach@mit.edu>2000-08-08 19:45:46 +0000
commit22e45e9a320b6f34daf023c03490d4bed5ce0a94 (patch)
tree566a058256c1a48efb9b10150f6a10b91dae315e /src/tests
parent41ef94ab9b28d71d4c3dbd8731c86c4e0eaa35ff (diff)
downloadkrb5-22e45e9a320b6f34daf023c03490d4bed5ce0a94.tar.gz
krb5-22e45e9a320b6f34daf023c03490d4bed5ce0a94.tar.xz
krb5-22e45e9a320b6f34daf023c03490d4bed5ce0a94.zip
Quoting of lists in mutipass variable assigments is unnecessary
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12616 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dejagnu/config/ChangeLog5
-rw-r--r--src/tests/dejagnu/config/default.exp8
2 files changed, 7 insertions, 6 deletions
diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog
index 834b0c968..718698bbd 100644
--- a/src/tests/dejagnu/config/ChangeLog
+++ b/src/tests/dejagnu/config/ChangeLog
@@ -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>
diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp
index 946b32aeb..459cdfebd 100644
--- a/src/tests/dejagnu/config/default.exp
+++ b/src/tests/dejagnu/config/default.exp
@@ -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"]}
}
}