diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-10 13:10:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-10 13:10:23 (GMT) |
commit | fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc (patch) | |
tree | 6be51a127548928e9608a8cad4ba3aca1f2fc2cf /tests/send.test | |
parent | 23f8f1f53c2ab0960a3389b9342637f928e27e2b (diff) | |
parent | 0e5885d7fab885a2ef6ee3d709a6745b0bf585fb (diff) | |
download | tk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.zip tk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.tar.gz tk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.tar.bz2 |
Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it
Diffstat (limited to 'tests/send.test')
-rw-r--r-- | tests/send.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/send.test b/tests/send.test index 403a207..7fdf0af 100644 --- a/tests/send.test +++ b/tests/send.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require tcltest 2.1 +package require tcltest 2.2 eval tcltest::configure $argv tcltest::loadTestedCommands |