diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-07-19 09:18:45 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-07-19 09:18:45 (GMT) |
| commit | 0b7524a0ef2da13f1315732166cc7267c23080fe (patch) | |
| tree | f4bfee6259ee0019dd109ca37989911ecf46e3e1 | |
| parent | f15a906c8a8c7d41bcd9acbf6654d0e5c536efc3 (diff) | |
| download | tcl-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.test | 1 |
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]}] |
