summaryrefslogtreecommitdiffstats
path: root/tests/tcltest.test
diff options
context:
space:
mode:
authordas <das@noemail.net>2004-11-11 01:16:18 (GMT)
committerdas <das@noemail.net>2004-11-11 01:16:18 (GMT)
commitaadbaff1cd845e43095f328ab7217ca3749d3ea0 (patch)
tree92670acf3e98b4ad2ef1299ab429302a9383c43c /tests/tcltest.test
parent2dc55237f16f6b9536125cb2ebe17879a39f823a (diff)
downloadtcl-aadbaff1cd845e43095f328ab7217ca3749d3ea0.zip
tcl-aadbaff1cd845e43095f328ab7217ca3749d3ea0.tar.gz
tcl-aadbaff1cd845e43095f328ab7217ca3749d3ea0.tar.bz2
* tests/fileName.test:
* tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir. FossilOrigin-Name: 2b9f53cea6a2326ce5bbee67f18d24129e9d1310
Diffstat (limited to 'tests/tcltest.test')
-rwxr-xr-xtests/tcltest.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tcltest.test b/tests/tcltest.test
index ae5332d..c6ee2a1 100755
--- a/tests/tcltest.test
+++ b/tests/tcltest.test
@@ -6,7 +6,7 @@
# Copyright (c) 2000 by Ajuba Solutions
# All rights reserved.
#
-# RCS: @(#) $Id: tcltest.test,v 1.37.2.6 2004/11/02 19:03:08 dgp Exp $
+# RCS: @(#) $Id: tcltest.test,v 1.37.2.7 2004/11/11 01:16:36 das Exp $
# Note that there are several places where the value of
# tcltest::currentFailure is stored/reset in the -setup/-cleanup
@@ -1752,7 +1752,7 @@ test tcltest-26.1 {Bug/RFE 1017151} -setup {
tcltest::cleanupTests
} test.tcl
} -body {
- slave msg test.tcl
+ slave msg [file join [temporaryDirectory] test.tcl]
set msg
} -cleanup {
removeFile test.tcl
@@ -1772,7 +1772,7 @@ test tcltest-26.2 {Bug/RFE 1017151} -setup {
tcltest::cleanupTests
} test.tcl
} -body {
- slave msg test.tcl
+ slave msg [file join [temporaryDirectory] test.tcl]
set msg
} -cleanup {
removeFile test.tcl