diff options
author | hershey <hershey> | 1999-04-19 20:23:41 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-04-19 20:23:41 (GMT) |
commit | dd43c4b15ca0f31746a639cd1bb4e0d1231cc69b (patch) | |
tree | efbcf757b07d4e052ac985af28cf84c76f376b47 /tests/unixInit.test | |
parent | d5a79b1be37f6608565d5c80148dce0adf8aee09 (diff) | |
download | tcl-dd43c4b15ca0f31746a639cd1bb4e0d1231cc69b.zip tcl-dd43c4b15ca0f31746a639cd1bb4e0d1231cc69b.tar.gz tcl-dd43c4b15ca0f31746a639cd1bb4e0d1231cc69b.tar.bz2 |
fixed bugs in tests--bug id 1769
Diffstat (limited to 'tests/unixInit.test')
-rw-r--r-- | tests/unixInit.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unixInit.test b/tests/unixInit.test index 313f3c1..747907f 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.2 1999/04/16 00:47:35 stanton Exp $ +# RCS: @(#) $Id: unixInit.test,v 1.3 1999/04/19 20:23:42 hershey Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -31,7 +31,6 @@ if {[catch { } else { set ::tcltest::testConfig(installedTcl) 1 } - test unixInit-1.1 {TclpInitPlatform: ignore SIGPIPE} {unixOnly installedTcl} { set x {} |