diff options
author | stanton <stanton> | 1998-06-18 18:25:55 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-06-18 18:25:55 (GMT) |
commit | 75b521227f47c2241a4edb7d1e913ac348f05f12 (patch) | |
tree | 6348405806cc092fd6fde49532ef3986eab23ce2 /tests | |
parent | 408878bbbe30d173d57f3120674edd2ed92e1255 (diff) | |
download | tcl-75b521227f47c2241a4edb7d1e913ac348f05f12.zip tcl-75b521227f47c2241a4edb7d1e913ac348f05f12.tar.gz tcl-75b521227f47c2241a4edb7d1e913ac348f05f12.tar.bz2 |
remove tmp file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/defs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -431,6 +431,7 @@ if {$tcl_platform(os) != "Win32s"} { close $f set testConfig(stdio) 1 } + catch {file delete -force tmp} } if {($tcl_platform(platform) == "windows") && ($testConfig(stdio) == 0)} { |