summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-02-18 01:30:14 (GMT)
committerhobbs <hobbs>2004-02-18 01:30:14 (GMT)
commit4ec28ad9e37ca8287779c222f7b689ce32c8a5d0 (patch)
treeded61ec38ca72725691c857d208d0506ea3d1365 /tests
parent9f2e98f7594d2b4c92cad8f0db2d81b648d9d05f (diff)
downloadtcl-4ec28ad9e37ca8287779c222f7b689ce32c8a5d0.zip
tcl-4ec28ad9e37ca8287779c222f7b689ce32c8a5d0.tar.gz
tcl-4ec28ad9e37ca8287779c222f7b689ce32c8a5d0.tar.bz2
add constraints to unixInit-7.1
Diffstat (limited to 'tests')
-rw-r--r--tests/unixInit.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/unixInit.test b/tests/unixInit.test
index 0225e3c..27f10b9 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.4 2004/02/17 23:46:53 hobbs Exp $
+# RCS: @(#) $Id: unixInit.test,v 1.30.2.5 2004/02/18 01:30:14 hobbs Exp $
package require tcltest 2
namespace import -force ::tcltest::*
@@ -354,7 +354,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 {