summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-19 09:18:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-19 09:18:45 (GMT)
commit684b78c255ef4acae3ec98ecc3219b7b61827f0e (patch)
treef4bfee6259ee0019dd109ca37989911ecf46e3e1 /tests/fCmd.test
parent5d25eb85519189a6b1c66fb159cc39b7b753aa50 (diff)
downloadtcl-684b78c255ef4acae3ec98ecc3219b7b61827f0e.zip
tcl-684b78c255ef4acae3ec98ecc3219b7b61827f0e.tar.gz
tcl-684b78c255ef4acae3ec98ecc3219b7b61827f0e.tar.bz2
fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable)
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 00147bb..96ab2d5 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.test
@@ -27,6 +27,7 @@ testConstraint notNetworkFilesystem 0
testConstraint 95or98 [expr {[testConstraint 95] || [testConstraint 98]}]
testConstraint 2000orNewer [expr {![testConstraint 95or98]}]
+set tmpspace /tmp;# default value
# Find a group that exists on this Unix system, or else skip tests that
# require Unix groups.
testConstraint foundGroup [expr {![testConstraint unix]}]