diff options
author | dgp <dgp@users.sourceforge.net> | 2019-04-17 16:56:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-04-17 16:56:55 (GMT) |
commit | dadad672afce1ed05c7d18c54545400be87bcefc (patch) | |
tree | d7c53912559a4f9f9753037c1fb05982b2da28bd /tests/process.test | |
parent | d227a324cdc79a735085101a912633df0541c4b9 (diff) | |
download | tcl-dadad672afce1ed05c7d18c54545400be87bcefc.zip tcl-dadad672afce1ed05c7d18c54545400be87bcefc.tar.gz tcl-dadad672afce1ed05c7d18c54545400be87bcefc.tar.bz2 |
test file hygiene
Diffstat (limited to 'tests/process.test')
-rw-r--r-- | tests/process.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/process.test b/tests/process.test index 4c4bc99..229d33c 100644 --- a/tests/process.test +++ b/tests/process.test @@ -332,6 +332,9 @@ test process-7.3 {child killed} -constraints {win} -body { tcl::process autopurge 1 } +removeFile $path(exit) +removeFile $path(sleep) + rename wait_for_file {} rename signal_exit {} ::tcltest::cleanupTests |