summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authordas <das>2004-11-11 01:16:05 (GMT)
committerdas <das>2004-11-11 01:16:05 (GMT)
commit0bf2ec4daf98da952d92e56662343e352ea4fbf9 (patch)
treeb66cb4de08f8e012da0ebe9996d14c67a0c34259 /tests/fileSystem.test
parenta554a77cd45c1f796db35f669377d4394cf9d4e9 (diff)
downloadtcl-0bf2ec4daf98da952d92e56662343e352ea4fbf9.zip
tcl-0bf2ec4daf98da952d92e56662343e352ea4fbf9.tar.gz
tcl-0bf2ec4daf98da952d92e56662343e352ea4fbf9.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.
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 3eb950a..44ba612 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -31,6 +31,7 @@ testConstraint testfilesystem [llength [info commands ::testfilesystem]]
testConstraint testsetplatform [llength [info commands ::testsetplatform]]
testConstraint testsimplefilesystem [llength [info commands ::testsimplefilesystem]]
+cd [tcltest::temporaryDirectory]
makeFile "test file" gorp.file
makeDirectory dir.dir
makeDirectory [file join dir.dir dirinside.dir]