diff options
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test index 2ba2183..f74b078 100644 --- a/tests/io.test +++ b/tests/io.test @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: io.test,v 1.75 2006/12/27 01:25:35 mdejong Exp $ +# RCS: @(#) $Id: io.test,v 1.76 2007/05/04 14:59:06 kennykb Exp $ if {[catch {package require tcltest 2}]} { puts stderr "Skipping tests in [info script]. tcltest 2 required." @@ -22,6 +22,15 @@ if {[catch {package require tcltest 2}]} { namespace eval ::tcl::test::io { namespace import ::tcltest::* + variable umaskValue + variable path + variable f + variable i + variable n + variable v + variable msg + variable expected + testConstraint testchannel [llength [info commands testchannel]] testConstraint exec [llength [info commands exec]] testConstraint openpipe 1 |