summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-09-18 10:39:50 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-09-18 10:39:50 (GMT)
commit98778f238b4360d619695e29e154d1707ff8d76c (patch)
treeac5c64c80e92d617f05d733cbf4ea15fdc97d681 /tests/all.tcl
parent1c3a9872df1a603a1182b1bb19f9ca60cc3b1d77 (diff)
downloadtk-98778f238b4360d619695e29e154d1707ff8d76c.zip
tk-98778f238b4360d619695e29e154d1707ff8d76c.tar.gz
tk-98778f238b4360d619695e29e154d1707ff8d76c.tar.bz2
Made ttk/all.tcl be the same as tk's all.tcl and make use of file normalize
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index 11eaece..426d698 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -9,13 +9,13 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: all.tcl,v 1.11 2007/08/21 20:30:27 patthoyts Exp $
+# RCS: @(#) $Id: all.tcl,v 1.12 2007/09/18 10:39:52 patthoyts Exp $
package require Tcl 8.5
package require tcltest 2.2
package require Tk ;# This is the Tk test suite; fail early if no Tk!
tcltest::configure {*}$argv
-tcltest::configure -testdir [file join [pwd] [file dirname [info script]]]
+tcltest::configure -testdir [file normalize [file dirname [info script]]]
tcltest::configure -loadfile \
[file join [tcltest::testsDirectory] constraints.tcl]
tcltest::configure -singleproc 1