summaryrefslogtreecommitdiffstats
path: root/tests/security.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-19 13:02:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-19 13:02:10 (GMT)
commitbd5e2688af7a2c5484b64e23711d31ab5341a356 (patch)
treea902d4ab7836b0da17c96b8d446c19774fecb5e4 /tests/security.test
parent462f64f569bcdb346dab2aebb0450996c746f7f4 (diff)
downloadtcl-bd5e2688af7a2c5484b64e23711d31ab5341a356.zip
tcl-bd5e2688af7a2c5484b64e23711d31ab5341a356.tar.gz
tcl-bd5e2688af7a2c5484b64e23711d31ab5341a356.tar.bz2
Fix whitespace
Diffstat (limited to 'tests/security.test')
-rw-r--r--tests/security.test17
1 files changed, 3 insertions, 14 deletions
diff --git a/tests/security.test b/tests/security.test
index 79baeac..2549a4a 100644
--- a/tests/security.test
+++ b/tests/security.test
@@ -10,7 +10,7 @@
# Copyright (c) 1998-1999 by Scriptics Corporation.
# All rights reserved.
#
-# RCS: @(#) $Id: security.test,v 1.5 2000/04/10 17:19:04 ericm Exp $
+# RCS: @(#) $Id: security.test,v 1.6 2004/05/19 13:02:10 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -20,7 +20,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
# If this proc becomes invoked, then there is a bug
proc BUG {args} {
- set ::BUG 1
+ set ::BUG 1
}
# Check and Clear the bug flag (to do before each test)
@@ -33,7 +33,7 @@ proc CB {} {
}
-test sec-1.1 {tcl_endOfPreviousWord} {
+test security-1.1 {tcl_endOfPreviousWord} {
catch {tcl_startOfPreviousWord x {[BUG]}}
CB
} 0
@@ -41,14 +41,3 @@ test sec-1.1 {tcl_endOfPreviousWord} {
# cleanup
::tcltest::cleanupTests
return
-
-
-
-
-
-
-
-
-
-
-