diff options
author | das <das> | 2004-11-19 06:29:23 (GMT) |
---|---|---|
committer | das <das> | 2004-11-19 06:29:23 (GMT) |
commit | 6297311b712fb631b245f682cfcbc17a233d7b60 (patch) | |
tree | a308ab4415be70ba2d96ac4b00d0aef89dbd9fdb /tests | |
parent | 318ca631dc34f11954febc6e0681081c82365e46 (diff) | |
download | tcl-6297311b712fb631b245f682cfcbc17a233d7b60.zip tcl-6297311b712fb631b245f682cfcbc17a233d7b60.tar.gz tcl-6297311b712fb631b245f682cfcbc17a233d7b60.tar.bz2 |
* macosx/Makefile:
* unix/configure.in:
* unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection
of tcl framework build when determining tclLibPath from overloaded
TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088]
* unix/configure: autoconf-2.13
* tests/unixInit.test (7.1): fixed failure when running tests
with -tmpdir arg not set to working dir.
Diffstat (limited to 'tests')
-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 61d69d0..20ee51e 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.30.2.9 2004/10/28 00:01:12 dgp Exp $ +# RCS: @(#) $Id: unixInit.test,v 1.30.2.10 2004/11/19 06:29:23 das Exp $ package require tcltest 2 namespace import -force ::tcltest::* @@ -369,7 +369,7 @@ test unixInit-7.1 {closed standard channel: Bug 772288} -constraints { close stdin [list exec $tclsh crash.tcl] " crashtest.tcl - exec $tclsh crashtest.tcl + exec $tclsh [file join [temporaryDirectory] crashtest.tcl] } -cleanup { removeFile crash.tcl removeFile crashtest.tcl |