summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2001-07-12 13:36:09 (GMT)
committerdkf <dkf@noemail.net>2001-07-12 13:36:09 (GMT)
commit22dbbb4439d7505d244d37ddcaad52339a52913f (patch)
treee6b9dd03456ecc513fd9351e31c9aee3b4f8f280 /ChangeLog
parent3ca4cc78cc638db2dbeb8938ba76712c046a1fba (diff)
downloadtcl-22dbbb4439d7505d244d37ddcaad52339a52913f.zip
tcl-22dbbb4439d7505d244d37ddcaad52339a52913f.tar.gz
tcl-22dbbb4439d7505d244d37ddcaad52339a52913f.tar.bz2
Got test unixInit-2.8 to stop wiping out parts of my debug installation by
adding an extra constraint. FossilOrigin-Name: c6cb7a6d68dad09295e96a1e6059735c91f7fd2b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 140e139..81470d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.