diff options
author | rjohnson <rjohnson> | 1999-04-21 21:29:50 (GMT) |
---|---|---|
committer | rjohnson <rjohnson> | 1999-04-21 21:29:50 (GMT) |
commit | 74ad59ee17c6eb91a4c1cd59d5f1f656e6215bd8 (patch) | |
tree | a73c884160a151ed591fa95ae13025995de1698f /tests/unixInit.test | |
parent | 93927e8674908f5b99cb09866ba96bfa5c6b003e (diff) | |
download | tcl-scriptics_tclpro_1_2_old.zip tcl-scriptics_tclpro_1_2_old.tar.gz tcl-scriptics_tclpro_1_2_old.tar.bz2 |
Updated patchlevel for final release.
scriptics_tclpro_1_2_old
Diffstat (limited to 'tests/unixInit.test')
-rw-r--r-- | tests/unixInit.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixInit.test b/tests/unixInit.test index de55c73..7bea073 100644 --- a/tests/unixInit.test +++ b/tests/unixInit.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: unixInit.test,v 1.2.2.1 1999/04/21 01:48:21 rjohnson Exp $ +# RCS: @(#) $Id: unixInit.test,v 1.2.2.2 1999/04/21 21:29:51 rjohnson Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -139,7 +139,7 @@ test unixInit-2.6 {TclpInitLibraryPath: executable relative} \ set x [lrange [getlibpath /tmp/sparkly/bin/tcltest] 0 1] file delete -force /tmp/sparkly set x -} [list /tmp/sparkly/lib/tcl[info tclversion] /tmp/tcl[info patchlevel]/library] +} [list /tmp/sparkly/lib/tcl[info tclversion] /tmp/tcl[info tclversion]/library] test unixInit-2.7 {TclpInitLibraryPath: compiled-in library path} \ {emptyTest unixOnly} { # would need test command to get defaultLibDir and compare it to |