diff options
author | rjohnson <rjohnson@noemail.net> | 1998-09-30 19:01:19 (GMT) |
---|---|---|
committer | rjohnson <rjohnson@noemail.net> | 1998-09-30 19:01:19 (GMT) |
commit | 8f5e00db2b396bfc5acccf11236490b9f09c8ccd (patch) | |
tree | e8f9ce0fdf1594b3d40b87fa21119fb159b1e874 /tests/bell.test | |
parent | b51acc95c175bf7297c264c3e12d14c6f06bf395 (diff) | |
download | tk-8f5e00db2b396bfc5acccf11236490b9f09c8ccd.zip tk-8f5e00db2b396bfc5acccf11236490b9f09c8ccd.tar.gz tk-8f5e00db2b396bfc5acccf11236490b9f09c8ccd.tar.bz2 |
Removed old/unused function declarations
removed unused file on Mac implementation
made bell cmd an obj cmd - improved it's test suite
FossilOrigin-Name: 33ce8b59be46b5d385db551533ae8dac8fe8dc86
Diffstat (limited to 'tests/bell.test')
-rw-r--r-- | tests/bell.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/bell.test b/tests/bell.test index c23de2d..0c88769 100644 --- a/tests/bell.test +++ b/tests/bell.test @@ -3,11 +3,12 @@ # # Copyright (c) 1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. +# Copyright (c) 1998 by Scriptics Corporation. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: bell.test,v 1.2 1998/09/14 18:23:42 stanton Exp $ +# RCS: @(#) $Id: bell.test,v 1.3 1998/09/30 19:01:22 rjohnson Exp $ if {[string compare test [info procs test]] == 1} { source defs @@ -28,6 +29,8 @@ test bell-1.4 {bell command} { after 500 bell -displayof . after 200 + bell -dis . + after 200 bell after 200 bell |