summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authordas <das>2004-11-11 01:16:19 (GMT)
committerdas <das>2004-11-11 01:16:19 (GMT)
commit2437a4e0eef54c58295a621eeb546d9bc4a2d9c3 (patch)
tree92670acf3e98b4ad2ef1299ab429302a9383c43c /tests/fileSystem.test
parent70c7763d03734b6a1bca07c431abc928cb7bff8a (diff)
downloadtcl-2437a4e0eef54c58295a621eeb546d9bc4a2d9c3.zip
tcl-2437a4e0eef54c58295a621eeb546d9bc4a2d9c3.tar.gz
tcl-2437a4e0eef54c58295a621eeb546d9bc4a2d9c3.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.
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 7febfcd..7ce7746 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -27,6 +27,7 @@ namespace eval ::tcl::test::fileSystem {
file delete -force [file join dir.file linkinside.file]
}
+cd [tcltest::temporaryDirectory]
makeFile "test file" gorp.file
makeDirectory dir.file
makeFile "test file in directory" [file join dir.file inside.file]