summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjenn <jenn@noemail.net>1999-07-12 17:34:56 (GMT)
committerjenn <jenn@noemail.net>1999-07-12 17:34:56 (GMT)
commit8c0d93fed8b42e88d5fb3e08e533ee98635bdaea (patch)
tree825ae9f090eb9f71d7167aa2fde8ea08769e23c0 /tests
parent45f783e0465a374ecd455fc50dc61787d681cb8c (diff)
downloadtk-8c0d93fed8b42e88d5fb3e08e533ee98635bdaea.zip
tk-8c0d93fed8b42e88d5fb3e08e533ee98635bdaea.tar.gz
tk-8c0d93fed8b42e88d5fb3e08e533ee98635bdaea.tar.bz2
Added missing cleanupTests before return
FossilOrigin-Name: 9d68ebb8dae5a4f2d253089ef7d438bf3b642433
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
}
}