diff options
| author | hobbs <hobbs> | 2004-02-18 01:30:19 (GMT) |
|---|---|---|
| committer | hobbs <hobbs> | 2004-02-18 01:30:19 (GMT) |
| commit | 937ccc40906a3e37dc38c2b7e9ccf9cf3ed7af6d (patch) | |
| tree | b9be6dcd20ff76f7b7077945c0b9d24464c0c580 /tests/unixInit.test | |
| parent | 6b44fcdb100da1873c95114928a5cbd7ee3d29c4 (diff) | |
| download | tcl-937ccc40906a3e37dc38c2b7e9ccf9cf3ed7af6d.zip tcl-937ccc40906a3e37dc38c2b7e9ccf9cf3ed7af6d.tar.gz tcl-937ccc40906a3e37dc38c2b7e9ccf9cf3ed7af6d.tar.bz2 | |
add constraints to unixInit-7.1
Diffstat (limited to 'tests/unixInit.test')
| -rw-r--r-- | tests/unixInit.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unixInit.test b/tests/unixInit.test index 9780738..3347657 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.32 2004/02/17 23:50:39 hobbs Exp $ +# RCS: @(#) $Id: unixInit.test,v 1.33 2004/02/18 01:30:19 hobbs Exp $ package require tcltest 2 namespace import -force ::tcltest::* @@ -353,7 +353,9 @@ test unixInit-5.1 {Tcl_Init} {emptyTest unixOnly} { test unixInit-6.1 {Tcl_SourceRCFile} {emptyTest unixOnly} { } {} -test unixInit-7.1 {closed standard channel: Bug 772288} -body { +test unixInit-7.1 {closed standard channel: Bug 772288} -constraints { + unixOnly stdio +} -body { set tclsh [interpreter] makeFile {puts [open /dev/null]} crash.tcl makeFile [subst -nocommands { |
