diff options
author | dgp <dgp@users.sourceforge.net> | 2018-05-11 17:26:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-05-11 17:26:13 (GMT) |
commit | 242d4d7095f98f0b2db0cc1461d78080eedfc224 (patch) | |
tree | 80e420d674954b5628217340cd422c7c12ab0b7f /tests | |
parent | 9cb3b15616e82cdd2edc695371adfeed5f4fb023 (diff) | |
download | tcl-242d4d7095f98f0b2db0cc1461d78080eedfc224.zip tcl-242d4d7095f98f0b2db0cc1461d78080eedfc224.tar.gz tcl-242d4d7095f98f0b2db0cc1461d78080eedfc224.tar.bz2 |
Missing test file boilerplate.
Diffstat (limited to 'tests')
-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 5454a31..07c6e6f 100644 --- a/tests/process.test +++ b/tests/process.test @@ -279,3 +279,6 @@ test process-7.3 {child killed} -body { tcl::process purge tcl::process autopurge 1 } + +::tcltest::cleanupTests +return |