diff options
Diffstat (limited to 'tests/send.test')
-rw-r--r-- | tests/send.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/send.test b/tests/send.test index 83677d9..bf1690e 100644 --- a/tests/send.test +++ b/tests/send.test @@ -10,14 +10,13 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: send.test,v 1.10 2003/07/09 21:18:36 dkf Exp $ +# RCS: @(#) $Id: send.test,v 1.11 2004/06/17 22:38:57 dkf Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands testConstraint xhost [llength [auto_execok xhost]] -testConstraint testsend [llength [info commands testsend]] # Compute a script that will load Tk into a child interpreter. |