diff options
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 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 |