From 5fafc23d1cbc8842e1780689ec94190eb7060227 Mon Sep 17 00:00:00 2001 From: jenn Date: Mon, 12 Jul 1999 17:34:57 +0000 Subject: Added missing cleanupTests before return --- 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