summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2002-07-10 11:56:44 (GMT)
committerdgp <dgp@noemail.net>2002-07-10 11:56:44 (GMT)
commit0b8dbc6c276254e46b44b83af4045917d6ed6428 (patch)
tree1a37add20fefab1047a8268adf31e600b827891e /tests/ioCmd.test
parentf4be1b6d436902021d441bfa1fe6f53eaa5305fb (diff)
downloadtcl-0b8dbc6c276254e46b44b83af4045917d6ed6428.zip
tcl-0b8dbc6c276254e46b44b83af4045917d6ed6428.tar.gz
tcl-0b8dbc6c276254e46b44b83af4045917d6ed6428.tar.bz2
* Cleaned up, constrained, and reduced the amount of [exec] usage
in the test suite. FossilOrigin-Name: b0f3dfed629f8e4c506365bc62ba4dd7900a03c6
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index bbb2ff0..807d4bb 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -12,7 +12,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: ioCmd.test,v 1.14 2002/07/04 15:46:55 andreas_kupries Exp $
+# RCS: @(#) $Id: ioCmd.test,v 1.15 2002/07/10 11:56:44 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -22,8 +22,6 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
removeFile test1
removeFile pipe
-set executable [list [info nameofexecutable]]
-
test iocmd-1.1 {puts command} {
list [catch {puts} msg] $msg
} {1 {wrong # args: should be "puts ?-nonewline? ?channelId? string"}}