diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-07-12 13:36:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-07-12 13:36:09 (GMT) |
commit | 7ede5355ba21849fa3a8cfcaa8d8d32825a7d53b (patch) | |
tree | e6b9dd03456ecc513fd9351e31c9aee3b4f8f280 /ChangeLog | |
parent | 70cdccb08c6d52be6add914db5844c25c9b92f0a (diff) | |
download | tcl-7ede5355ba21849fa3a8cfcaa8d8d32825a7d53b.zip tcl-7ede5355ba21849fa3a8cfcaa8d8d32825a7d53b.tar.gz tcl-7ede5355ba21849fa3a8cfcaa8d8d32825a7d53b.tar.bz2 |
Got test unixInit-2.8 to stop wiping out parts of my debug installation by
adding an extra constraint.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2001-07-12 Donal K. Fellows <fellowsd@cs.man.ac.uk> + * tests/unixInit.test (unixInit-2.8): Added extra constraint, + notInstalledInTmp, to stop this test from damaging installations + in /tmp; not much fun to have to reinstall the Tcl library every + time you run the test suite! + * tests/subst.test (subst-10.*): Updated tests to check new behaviour for 'break' in command substitutions. (subst-1.2,subst-7.1): Error messages changed. |