diff options
author | das <das> | 2004-11-11 01:16:05 (GMT) |
---|---|---|
committer | das <das> | 2004-11-11 01:16:05 (GMT) |
commit | 55b2cf944b2501328926c9ea94f9036d2ce1f669 (patch) | |
tree | b66cb4de08f8e012da0ebe9996d14c67a0c34259 /tests/fileSystem.test | |
parent | 740b782d72d5891cc221997d329a66754ee437c5 (diff) | |
download | tcl-55b2cf944b2501328926c9ea94f9036d2ce1f669.zip tcl-55b2cf944b2501328926c9ea94f9036d2ce1f669.tar.gz tcl-55b2cf944b2501328926c9ea94f9036d2ce1f669.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.test | 1 |
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] |