diff options
author | mdejong <mdejong> | 2003-03-07 22:03:34 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-03-07 22:03:34 (GMT) |
commit | ccce3f52f073d161737f2868b97a80062c05e2d7 (patch) | |
tree | 241840917b5cb8abc7c3f32abaaaf315a129a985 /ChangeLog | |
parent | 53285721f96ad476c4855909e999cfcdb0362e5c (diff) | |
download | tcl-ccce3f52f073d161737f2868b97a80062c05e2d7.zip tcl-ccce3f52f073d161737f2868b97a80062c05e2d7.tar.gz tcl-ccce3f52f073d161737f2868b97a80062c05e2d7.tar.bz2 |
* tests/io.test:
* tests/ioCmd.test: Define a fcopy constraint and add
it to the constraint list of any test that depends
on the fcopy command. This is only useful to
Jacl which does not support fcopy.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2003-03-07 Mo DeJong <mdejong@users.sourceforge.net> + * tests/io.test: + * tests/ioCmd.test: Define a fcopy constraint and add + it to the constraint list of any test that depends + on the fcopy command. This is only useful to + Jacl which does not support fcopy. + +2003-03-07 Mo DeJong <mdejong@users.sourceforge.net> + * tests/encoding.test: Name temp files *.tcltestout instead of *.out so that when they are removed later, we don't accidently toast any files named *.out that |