diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-01-12 09:54:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-01-12 09:54:16 (GMT) |
commit | 131bb85d732222882579df7f1cd45bfba4dda989 (patch) | |
tree | 3b1b5a338b67f6f0308d3e335eb7acb12fdc0f3e /ChangeLog | |
parent | 82208ae074ac93ecebefb924402d1dc992a72432 (diff) | |
download | tcl-131bb85d732222882579df7f1cd45bfba4dda989.zip tcl-131bb85d732222882579df7f1cd45bfba4dda989.tar.gz tcl-131bb85d732222882579df7f1cd45bfba4dda989.tar.bz2 |
Fixes tests when spaces exist in install pathnames.
(Applies patch #103174 which fixes bug #119406.)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-01-10 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/winPipe.test (winpipe-1.20): + * tests/winDde.test (createChildProcess): + * tests/pkgMkIndex.test (pkgtest::createIndex): Removed + assumption that paths contain no spaces which causes problems with + both [eval] and [open |...] due to the well-known differences + between lists and strings. Fixes bug #119406 + 2001-01-04 Don Porter <dgp@users.sourceforge.net> * tests/unixInit.test: * unix/tclUnixInit.c (TclpInitLibraryPath): |