diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2014-12-17 08:42:24 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2014-12-17 08:42:24 (GMT) |
commit | 0223e25353900418b1cbc95b25026f8acb0e8272 (patch) | |
tree | a82b0fb07e2cf6f85e066759e7f3701bc349f8dc /tests/ioCmd.test | |
parent | 15c997652618cddb535425357ee290c48f25db5b (diff) | |
download | tcl-0223e25353900418b1cbc95b25026f8acb0e8272.zip tcl-0223e25353900418b1cbc95b25026f8acb0e8272.tar.gz tcl-0223e25353900418b1cbc95b25026f8acb0e8272.tar.bz2 |
Include option -connecting in test iocmd-8.15.1
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r-- | tests/ioCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test index 57f8d47..4fbc380 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -294,7 +294,7 @@ test iocmd-8.15.1 {fconfigure command / tcp channel} -constraints {socket unixOr close $srv unset cli srv port rename iocmdSRV {} -} -returnCodes error -result {bad option "-blah": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, -translation, -peername, or -sockname} +} -returnCodes error -result {bad option "-blah": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, -translation, -connecting, -peername, or -sockname} test iocmd-8.16 {fconfigure command / tcp channel} -constraints socket -setup { set srv [socket -server iocmdSRV -myaddr 127.0.0.1 0] set port [lindex [fconfigure $srv -sockname] 2] |