summaryrefslogtreecommitdiffstats
path: root/tests/exec.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-13 20:31:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-13 20:31:45 (GMT)
commitf11320b6b0dd2681bef8470d4fcf7c3b7eb6cbbd (patch)
treedc4dde386c652c2ffc77b47ac1b6a5728588b0f4 /tests/exec.test
parent177528494062f82a82280977e5ea3129515cf955 (diff)
downloadtcl-f11320b6b0dd2681bef8470d4fcf7c3b7eb6cbbd.zip
tcl-f11320b6b0dd2681bef8470d4fcf7c3b7eb6cbbd.tar.gz
tcl-f11320b6b0dd2681bef8470d4fcf7c3b7eb6cbbd.tar.bz2
Fix various test-cases, which started failing on Windows due to TIP #430
Diffstat (limited to 'tests/exec.test')
-rw-r--r--tests/exec.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/exec.test b/tests/exec.test
index dfc44c4..4fd8b8d 100644
--- a/tests/exec.test
+++ b/tests/exec.test
@@ -17,6 +17,8 @@
package require tcltest 2
namespace import -force ::tcltest::*
+loadTestedCommands
+catch [list package require -exact Tcltest [info patchlevel]]
package require tcltests
# All tests require the "exec" command.