summaryrefslogtreecommitdiffstats
path: root/tests/msgcat.test
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-11-11 01:16:04 (GMT)
committerdas <das@noemail.net>2004-11-11 01:16:04 (GMT)
commite2e760d0879fa6a46ca702ceb89e3593607765f2 (patch)
treeb66cb4de08f8e012da0ebe9996d14c67a0c34259 /tests/msgcat.test
parent7d1953d1171cc6896eed2144141ed918853b6f1c (diff)
downloadtcl-e2e760d0879fa6a46ca702ceb89e3593607765f2.zip
tcl-e2e760d0879fa6a46ca702ceb89e3593607765f2.tar.gz
tcl-e2e760d0879fa6a46ca702ceb89e3593607765f2.tar.bz2
* tests/fileName.test:
* tests/fileSystem.test: * tests/io.test: * tests/msgcat.test: * tests/tcltest.test: * tests/unixInit.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir. FossilOrigin-Name: e3d174f72ef47ce1593e695637a5fb74368b8f65
Diffstat (limited to 'tests/msgcat.test')
-rw-r--r--tests/msgcat.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/msgcat.test b/tests/msgcat.test
index 6e05d64..0ceb2e9 100644
--- a/tests/msgcat.test
+++ b/tests/msgcat.test
@@ -12,7 +12,7 @@
# Note that after running these tests, entries will be left behind in the
# message catalogs for locales foo, foo_BAR, and foo_BAR_baz.
#
-# RCS: @(#) $Id: msgcat.test,v 1.15 2004/08/13 21:39:24 dgp Exp $
+# RCS: @(#) $Id: msgcat.test,v 1.16 2004/11/11 01:16:07 das Exp $
package require Tcl 8.2
if {[catch {package require tcltest 2}]} {
@@ -396,7 +396,8 @@ namespace eval ::msgcat::test {
} else {
set msg [string tolower $loc]
}
- makeFile [list ::msgcat::mcset $loc abc abc-$loc] $msg.msg msgdir
+ makeFile [list ::msgcat::mcset $loc abc abc-$loc] $msg.msg \
+ [file join [temporaryDirectory] msgdir]
}
variable count 1
foreach loc {foo foo_BAR foo_BAR_baz} {