summaryrefslogtreecommitdiffstats
path: root/tests/defs.tcl
diff options
context:
space:
mode:
authorjenn <jenn@noemail.net>1999-06-19 00:59:00 (GMT)
committerjenn <jenn@noemail.net>1999-06-19 00:59:00 (GMT)
commit76b39ff03088759f20126c17f665b9ee2c3b8dfa (patch)
tree48609ceffb6d8a8992e5dde7580062c99b474679 /tests/defs.tcl
parenta696654fdaa75a0b34c3444c7e07877190ab01ed (diff)
downloadtk-76b39ff03088759f20126c17f665b9ee2c3b8dfa.zip
tk-76b39ff03088759f20126c17f665b9ee2c3b8dfa.tar.gz
tk-76b39ff03088759f20126c17f665b9ee2c3b8dfa.tar.bz2
Added bug ID to comment about channel I/O bug
FossilOrigin-Name: 5d40951f6eedbad5df1226d2349b8c875d247d8b
Diffstat (limited to 'tests/defs.tcl')
-rw-r--r--tests/defs.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/defs.tcl b/tests/defs.tcl
index 245ec6a..d5aff5c 100644
--- a/tests/defs.tcl
+++ b/tests/defs.tcl
@@ -11,7 +11,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: defs.tcl,v 1.5 1999/05/25 20:40:54 stanton Exp $
+# RCS: @(#) $Id: defs.tcl,v 1.6 1999/06/19 00:59:01 jenn Exp $
# Initialize wish shell
@@ -981,7 +981,7 @@ if {[info exists tk_version]} {
}
# The following code segment cannot be run on Windows prior
- # to Tk 8.1b3 due to a channel I/O bug.
+ # to Tk 8.1b3 due to a channel I/O bug (bugID 1495).
global tcl_platform
set ::tcltest::fd [open "|[list $::tcltest::tktest -geometry +0+0 -name tktest] $args" r+]