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)
commit31c930f3d6754b9aa737315e7a76ce67183deb97 (patch)
tree92670acf3e98b4ad2ef1299ab429302a9383c43c /tests/fileSystem.test
parent628d8b0553b4b643ab33aef1c9ec31290f05788d (diff)
downloadtcl-31c930f3d6754b9aa737315e7a76ce67183deb97.zip
tcl-31c930f3d6754b9aa737315e7a76ce67183deb97.tar.gz
tcl-31c930f3d6754b9aa737315e7a76ce67183deb97.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]