diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-05 11:01:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-05 11:01:29 (GMT) |
commit | a1b34d386ad92e6b741662080d4aa6869c311f0a (patch) | |
tree | a7626fcdc8879d2778c68fb978280f68221c796a /tests/safe.test | |
parent | 6ea2c1ade6b63859abac22e42468ba744523fb67 (diff) | |
parent | 348370937c430973633246eaf91de8cee1bde7d0 (diff) | |
download | tk-a1b34d386ad92e6b741662080d4aa6869c311f0a.zip tk-a1b34d386ad92e6b741662080d4aa6869c311f0a.tar.gz tk-a1b34d386ad92e6b741662080d4aa6869c311f0a.tar.bz2 |
Merge trunk
Diffstat (limited to 'tests/safe.test')
-rw-r--r-- | tests/safe.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/safe.test b/tests/safe.test index 3a3b029..627d242 100644 --- a/tests/safe.test +++ b/tests/safe.test @@ -1,9 +1,9 @@ # This file is a Tcl script to test the Safe Tk facility. It is organized in # the standard fashion for Tk tests. # -# Copyright (c) 1994 The Regents of the University of California. -# Copyright (c) 1994-1995 Sun Microsystems, Inc. -# Copyright (c) 1998-1999 by Scriptics Corporation. +# Copyright © 1994 The Regents of the University of California. +# Copyright © 1994-1995 Sun Microsystems, Inc. +# Copyright © 1998-1999 by Scriptics Corporation. # All rights reserved. package require tcltest 2.2 @@ -37,7 +37,7 @@ set hidden_cmds [list bell cd clipboard encoding exec exit \ fconfigure glob grab load menu open pwd selection \ socket source toplevel unload wm] if {[package vsatisfies [package provide Tcl] 8.6.7-]} { - lappend hidden_cmds tcl:encoding:dirs + lappend hidden_cmds tcl:encoding:dirs } if {[package vsatisfies [package provide Tcl] 8.7-]} { lappend hidden_cmds file tcl:encoding:system tcl:file:tempdir |