diff options
author | vincentdarley <vincentdarley@noemail.net> | 2003-02-04 17:06:43 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2003-02-04 17:06:43 (GMT) |
commit | 730067510efff07452b36736e70d871f2af30738 (patch) | |
tree | c50a993eca73882fec1db93099999bb362cc7278 /tests/fileName.test | |
parent | fdff499a2a77365a13406100607235349f0763d8 (diff) | |
download | tcl-730067510efff07452b36736e70d871f2af30738.zip tcl-730067510efff07452b36736e70d871f2af30738.tar.gz tcl-730067510efff07452b36736e70d871f2af30738.tar.bz2 |
finalization and test fixes
FossilOrigin-Name: 1bf7a8241117b168c3fb8a4ed4398c3f1317b2fa
Diffstat (limited to 'tests/fileName.test')
-rw-r--r-- | tests/fileName.test | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/fileName.test b/tests/fileName.test index 580ec90..5f70555 100644 --- a/tests/fileName.test +++ b/tests/fileName.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: fileName.test,v 1.27 2002/11/13 22:11:41 vincentdarley Exp $ +# RCS: @(#) $Id: fileName.test,v 1.28 2003/02/04 17:06:52 vincentdarley Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1825,6 +1825,7 @@ test filename-17.1 {windows specific special files} {testsetplatform} { # cleanup catch {file delete -force C:/globTest} +cd [temporaryDirectory] file delete -force globTest cd $oldpwd set env(HOME) $oldhome @@ -1832,6 +1833,6 @@ if {[tcltest::testConstraint testsetplatform]} { testsetplatform $platform catch {unset platform} } -catch {unset oldhome temp result} +catch {unset oldhome temp result globPreResult} ::tcltest::cleanupTests return |