diff options
author | stanton <stanton> | 1999-02-04 21:03:27 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-04 21:03:27 (GMT) |
commit | f7d88f2403e9144722ecc14a8521c296e5baa3d2 (patch) | |
tree | 01d7e7034047b9a4fbddab6c6b8125b3386ca93f /tests/unixWm.test | |
parent | 3d939442f6592db2be39d60413b9f3ee9801cc3f (diff) | |
download | tk-f7d88f2403e9144722ecc14a8521c296e5baa3d2.zip tk-f7d88f2403e9144722ecc14a8521c296e5baa3d2.tar.gz tk-f7d88f2403e9144722ecc14a8521c296e5baa3d2.tar.bz2 |
* tests/main.test:
* tests/unixWm.test: Better cleanup of temporary files.
Lint.
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r-- | tests/unixWm.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index bf19bbb..f70c589 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: unixWm.test,v 1.3 1998/09/14 18:23:52 stanton Exp $ +# RCS: @(#) $Id: unixWm.test,v 1.4 1999/02/04 21:03:28 stanton Exp $ if {$tcl_platform(platform) != "unix"} { return @@ -2355,4 +2355,5 @@ test unixWm-58.3 {exit processing} { catch {destroy .t} +catch {removeFile script} concat {} |