summaryrefslogtreecommitdiffstats
path: root/tests/pkgMkIndex.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-01-12 09:54:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-01-12 09:54:16 (GMT)
commit131bb85d732222882579df7f1cd45bfba4dda989 (patch)
tree3b1b5a338b67f6f0308d3e335eb7acb12fdc0f3e /tests/pkgMkIndex.test
parent82208ae074ac93ecebefb924402d1dc992a72432 (diff)
downloadtcl-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 'tests/pkgMkIndex.test')
-rw-r--r--tests/pkgMkIndex.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkgMkIndex.test b/tests/pkgMkIndex.test
index af0d5c6..76476f0 100644
--- a/tests/pkgMkIndex.test
+++ b/tests/pkgMkIndex.test
@@ -8,7 +8,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: pkgMkIndex.test,v 1.17 2000/07/19 21:40:57 ericm Exp $
+# RCS: @(#) $Id: pkgMkIndex.test,v 1.18 2001/01/12 09:54:16 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -165,7 +165,7 @@ proc pkgtest::createIndex { args } {
if {[catch {
file delete [file join $dirPath pkgIndex.tcl]
- eval pkg_mkIndex $options $dirPath $patternList
+ eval pkg_mkIndex $options [list $dirPath] $patternList
} err]} {
return [list 1 $err]
}