From 8c0d93fed8b42e88d5fb3e08e533ee98635bdaea Mon Sep 17 00:00:00 2001 From: jenn Date: Mon, 12 Jul 1999 17:34:56 +0000 Subject: Added missing cleanupTests before return FossilOrigin-Name: 9d68ebb8dae5a4f2d253089ef7d438bf3b642433 --- tests/imgPhoto.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test index 0ee4489..a320833 100644 --- a/tests/imgPhoto.test +++ b/tests/imgPhoto.test @@ -9,7 +9,7 @@ # # Author: Paul Mackerras (paulus@cs.anu.edu.au) # -# RCS: @(#) $Id: imgPhoto.test,v 1.4 1999/04/16 01:51:38 stanton Exp $ +# RCS: @(#) $Id: imgPhoto.test,v 1.5 1999/07/12 17:34:57 jenn Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -46,6 +46,7 @@ if {![file exists $teapotPhotoFile]} { if {![file exists $teapotPhotoFile]} { puts "Can't find [file join demos images teapot.ppm] in $tk_library" puts "your Tk library is incomplete, so I am skipping imgPhoto tests." + ::tcltest::cleanupTests return 0 } } -- cgit v0.12