summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-21 14:34:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-21 14:34:11 (GMT)
commitff89f93ccc6d322f56000e43b4d6ca474a2bede8 (patch)
treedbbfc0ce0ecd4272b9e638bb847866e7012c6008 /tests/fCmd.test
parent23e5d89c12b70a73fd78d33855ca21c466b183f1 (diff)
downloadtcl-ff89f93ccc6d322f56000e43b4d6ca474a2bede8.zip
tcl-ff89f93ccc6d322f56000e43b4d6ca474a2bede8.tar.gz
tcl-ff89f93ccc6d322f56000e43b4d6ca474a2bede8.tar.bz2
typo
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 00e442a..8b2dff1 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.53 2006/03/21 11:12:29 dkf Exp $
+# RCS: @(#) $Id: fCmd.test,v 1.54 2006/03/21 14:34:11 dgp Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -27,7 +27,7 @@ testConstraint 2000orNewer [expr {![testConstraint 95or98]}]
# Find a group that exists on this Unix system, or else skip tests that
# require Unix groups.
-testConstraint foundGroup [expr {![textConstraint unix]}]
+testConstraint foundGroup [expr {![testConstraint unix]}]
if {[testConstraint unix]} {
catch {
set groupList [exec groups]