summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjenn <jenn>1999-06-19 00:59:01 (GMT)
committerjenn <jenn>1999-06-19 00:59:01 (GMT)
commit9588ed77822d5d7cab8c8a47918f5aca35e10604 (patch)
tree48609ceffb6d8a8992e5dde7580062c99b474679 /tests
parent39ed5106ef78403e5a76b347b08acc88c117b7a5 (diff)
downloadtk-9588ed77822d5d7cab8c8a47918f5aca35e10604.zip
tk-9588ed77822d5d7cab8c8a47918f5aca35e10604.tar.gz
tk-9588ed77822d5d7cab8c8a47918f5aca35e10604.tar.bz2
Added bug ID to comment about channel I/O bug
Diffstat (limited to 'tests')
-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+]