summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjenn <jenn>1999-07-12 17:34:57 (GMT)
committerjenn <jenn>1999-07-12 17:34:57 (GMT)
commit5fafc23d1cbc8842e1780689ec94190eb7060227 (patch)
tree825ae9f090eb9f71d7167aa2fde8ea08769e23c0 /tests
parent83c14ef69a9af652c1ceaa2fedb09bab837b0021 (diff)
downloadtk-5fafc23d1cbc8842e1780689ec94190eb7060227.zip
tk-5fafc23d1cbc8842e1780689ec94190eb7060227.tar.gz
tk-5fafc23d1cbc8842e1780689ec94190eb7060227.tar.bz2
Added missing cleanupTests before return
Diffstat (limited to 'tests')
-rw-r--r--tests/imgPhoto.test3
1 files changed, 2 insertions, 1 deletions
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
}
}