diff options
Diffstat (limited to 'tests/macscrollbar.test')
-rw-r--r-- | tests/macscrollbar.test | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/macscrollbar.test b/tests/macscrollbar.test index e9c4aca..14c8533 100644 --- a/tests/macscrollbar.test +++ b/tests/macscrollbar.test @@ -7,18 +7,19 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: macscrollbar.test,v 1.1.4.4 1999/03/24 02:54:51 hershey Exp $ +# RCS: @(#) $Id: macscrollbar.test,v 1.1.4.5 1999/03/26 00:08:00 hershey Exp $ + +if {[lsearch [namespace children] ::tcltest] == -1} { + source [file join [pwd] [file dirname [info script]] defs.tcl] +} # Only run this test on the Macintosh if {$tcl_platform(platform) != "macintosh"} { puts "skipping: Mac only tests..." + ::tcltest::cleanupTests return } -if {[lsearch [namespace children] ::tcltest] == -1} { - source [file join [pwd] [file dirname [info script]] defs.tcl] -} - foreach i [winfo children .] { destroy $i } |