summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 21:45:38 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 21:45:38 (GMT)
commitdf6d45b4f6b62d1991c8aee5e5df8f841a28fb1f (patch)
treeeb5a51ee14571c5cd60a902b9b10716c36126ce5 /tests/fileSystem.test
parent0224ac164a76ea4e7643fc44507024b5bb26c77d (diff)
downloadtcl-df6d45b4f6b62d1991c8aee5e5df8f841a28fb1f.zip
tcl-df6d45b4f6b62d1991c8aee5e5df8f841a28fb1f.tar.gz
tcl-df6d45b4f6b62d1991c8aee5e5df8f841a28fb1f.tar.bz2
* tests/cmdAH.test:
* tests/exec.test: Corrected temporary file management * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/io.test: operations. Also backported some * tests/ioCmd.test: other fixes from the HEAD. * tests/main.test: * tests/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test:
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index ad749ce..b934aed 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -459,7 +459,6 @@ test filesystem-8.2 {relative path objects and use of pwd} {
cd ..
removeFile [file join abc foo]
removeDirectory abc
- removeDirectory def
cd $origdir
set res
} {1}