summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/tcltest.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index 28be55e..c395823 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -8,7 +8,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tcltest.n,v 1.37 2003/01/24 14:07:39 dgp Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.38 2003/01/24 16:33:35 dgp Exp $
'\"
.so man.macros
.TH "tcltest" n 2.2 tcltest "Tcl Bundled Packages"
@@ -1003,7 +1003,7 @@ package require Tcl 8.4
package require tcltest 2.2
package require example
tcltest::configure -testdir \
- [file dir [file normalize [info script]]]
+ [file dirname [file normalize [info script]]]
eval tcltest::configure $argv
tcltest::runAllTests
.CE