diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-19 09:18:45 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-19 09:18:45 (GMT) |
commit | 684b78c255ef4acae3ec98ecc3219b7b61827f0e (patch) | |
tree | f4bfee6259ee0019dd109ca37989911ecf46e3e1 /tests/fCmd.test | |
parent | 5d25eb85519189a6b1c66fb159cc39b7b753aa50 (diff) | |
download | tcl-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.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]}] |