diff options
author | das <das> | 2004-11-11 01:16:19 (GMT) |
---|---|---|
committer | das <das> | 2004-11-11 01:16:19 (GMT) |
commit | 31c930f3d6754b9aa737315e7a76ce67183deb97 (patch) | |
tree | 92670acf3e98b4ad2ef1299ab429302a9383c43c /tests/fileSystem.test | |
parent | 628d8b0553b4b643ab33aef1c9ec31290f05788d (diff) | |
download | tcl-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.test | 1 |
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] |