diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-30 21:34:02 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-30 21:34:02 (GMT) |
commit | 5ae87ec20df1d7c0029694f15837f9634117a5b8 (patch) | |
tree | 6e21bb4b7df5f14e1fe55cd0dabb8e45767bc960 /tests/tcltests.tcl | |
parent | 24a5107484c12a34a855d444aa9b8e26b4ec252a (diff) | |
parent | e52ace05d39636e857f167ed51382cbfbbd22687 (diff) | |
download | tcl-5ae87ec20df1d7c0029694f15837f9634117a5b8.zip tcl-5ae87ec20df1d7c0029694f15837f9634117a5b8.tar.gz tcl-5ae87ec20df1d7c0029694f15837f9634117a5b8.tar.bz2 |
Merge 8.6
Diffstat (limited to 'tests/tcltests.tcl')
-rw-r--r-- | tests/tcltests.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcltests.tcl b/tests/tcltests.tcl index ea5b978..c3c8650 100644 --- a/tests/tcltests.tcl +++ b/tests/tcltests.tcl @@ -21,7 +21,7 @@ namespace eval ::tcltests { interp alias {} [namespace current]::tempdir {} ::tcl::file::tempdir } } - + proc tempdir_alternate {} { file tempfile tempfile |