summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-07-19 09:18:45 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-07-19 09:18:45 (GMT)
commit0b7524a0ef2da13f1315732166cc7267c23080fe (patch)
treef4bfee6259ee0019dd109ca37989911ecf46e3e1
parentf15a906c8a8c7d41bcd9acbf6654d0e5c536efc3 (diff)
downloadtcl-0b7524a0ef2da13f1315732166cc7267c23080fe.zip
tcl-0b7524a0ef2da13f1315732166cc7267c23080fe.tar.gz
tcl-0b7524a0ef2da13f1315732166cc7267c23080fe.tar.bz2
fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable)
-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]}]