diff options
Diffstat (limited to 'tests/ioUtil.test')
-rw-r--r-- | tests/ioUtil.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ioUtil.test b/tests/ioUtil.test index ef583bb..812e3e4 100644 --- a/tests/ioUtil.test +++ b/tests/ioUtil.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: ioUtil.test,v 1.12 2002/07/05 10:38:42 dkf Exp $ +# RCS: @(#) $Id: ioUtil.test,v 1.13 2002/07/18 09:40:24 vincentdarley Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -53,7 +53,7 @@ test ioUtil-1.3 {TclStat: Use "file stat ?" to invoke each procedure.} {teststat eval $unsetScript -test ioUtil-1.4 {TclStatDeleteProc: "TclpStat" function should not be deletedable.} { +test ioUtil-1.4 {TclStatDeleteProc: "TclpStat" function should not be deletable.} {teststatproc} { catch {teststatproc delete TclpStat} err2 set err2 } {"TclpStat": could not be deleteed} @@ -134,7 +134,7 @@ test ioUtil-2.3 {TclAccess: Use "file access ?" to invoke each procedure.} {test [file exists testAccess3%.fil] } {1 1 1} -test ioUtil-2.4 {TclAccessDeleteProc: "TclpAccess" function should not be deletedable.} { +test ioUtil-2.4 {TclAccessDeleteProc: "TclpAccess" function should not be deletable.} {testaccessproc} { catch {testaccessproc delete TclpAccess} err2 set err2 } {"TclpAccess": could not be deleteed} |