summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-18 16:39:49 (GMT)
committervincentdarley <vincentdarley>2002-07-18 16:39:49 (GMT)
commit452519a8a01a4a9e857e7c6950d507c5cebc8494 (patch)
tree243933e217436c1df3c48c18f05f35e0f93c3c40 /tests/fCmd.test
parent6ecfd7904bbd82f1d423c7f075f80edbbd34fee4 (diff)
downloadtcl-452519a8a01a4a9e857e7c6950d507c5cebc8494.zip
tcl-452519a8a01a4a9e857e7c6950d507c5cebc8494.tar.gz
tcl-452519a8a01a4a9e857e7c6950d507c5cebc8494.tar.bz2
pcOnly constraints added
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 6292fb2..ee9e7a0 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.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.
#
-# RCS: @(#) $Id: fCmd.test,v 1.20 2002/07/10 13:08:20 dkf Exp $
+# RCS: @(#) $Id: fCmd.test,v 1.21 2002/07/18 16:39:50 vincentdarley Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -433,7 +433,7 @@ test fCmd-6.6 {CopyRenameOneFile: errno != ENOENT} {unixOnly notRoot testchmod}
testchmod 755 td1
set msg
} {1 {error renaming "tf1" to "td1/tf1": permission denied}}
-test fCmd-6.7 {CopyRenameOneFile: errno != ENOENT} {95} {
+test fCmd-6.7 {CopyRenameOneFile: errno != ENOENT} {pcOnly 95} {
cleanup
createfile tf1
list [catch {file rename tf1 $long} msg] $msg