summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 16:00:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 16:00:22 (GMT)
commit5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde (patch)
treee0290ff78277cd3ad2730ac3f7f94789003fc336 /tests/fCmd.test
parentd210e1386c948ceee3203cefb36da27db20b5af1 (diff)
downloadtcl-5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde.zip
tcl-5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde.tar.gz
tcl-5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde.tar.bz2
* tests/fCmd.test: Run tests with the [temporaryDirectory] as
the current directory, so that tests can depend on ability to write files. [Bug 575837]
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index c942818..12ef859 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.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: fCmd.test,v 1.30 2003/10/06 17:27:18 dgp Exp $
+# RCS: @(#) $Id: fCmd.test,v 1.31 2003/10/07 16:00:33 dgp Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -95,6 +95,7 @@ proc contents {file} {
set r
}
+cd [temporaryDirectory]
set ::tcltest::testConstraints(fileSharing) 0
set ::tcltest::testConstraints(notFileSharing) 1
@@ -2251,6 +2252,7 @@ test fCmd-28.3 {file link} {
test fCmd-28.4 {file link} {
list [catch {file link -abc b c} msg] $msg
} {1 {bad switch "-abc": must be -symbolic or -hard}}
+cd [workingDirectory]
makeDirectory abc.dir
makeDirectory abc2.dir