summaryrefslogtreecommitdiffstats
path: root/tests/tcltest.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-18 17:47:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-18 17:47:23 (GMT)
commitff29fb76d85ded340e6ae5541e9a5c0826caff8d (patch)
tree02370625bbdf383b4a8329b37db2a945004edbd8 /tests/tcltest.test
parent6f07c7ae05169ceba8daa453c192a7511cdf78ab (diff)
parent3766e26550a1315f09945ab1162d78d0143d32a2 (diff)
downloadtcl-ff29fb76d85ded340e6ae5541e9a5c0826caff8d.zip
tcl-ff29fb76d85ded340e6ae5541e9a5c0826caff8d.tar.gz
tcl-ff29fb76d85ded340e6ae5541e9a5c0826caff8d.tar.bz2
merge 8.6
Diffstat (limited to 'tests/tcltest.test')
-rw-r--r--tests/tcltest.test7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/tcltest.test b/tests/tcltest.test
index e66678b..728a018 100644
--- a/tests/tcltest.test
+++ b/tests/tcltest.test
@@ -46,6 +46,7 @@ makeFile {
cd [temporaryDirectory]
testConstraint exec [llength [info commands exec]]
+
# test -help
# Child processes because -help [exit]s.
test tcltest-1.1 {tcltest -help} {exec} {
@@ -1824,9 +1825,13 @@ test tcltest-26.2 {Bug/RFE 1017151} -setup {
---- errorInfo: body error
*
---- errorInfo(cleanup): cleanup error*}
-
+
cleanupTests
}
namespace delete ::tcltest::test
return
+
+# Local Variables:
+# mode: tcl
+# End: