summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-04-06 08:45:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-04-06 08:45:02 (GMT)
commit64da53f0aba045fa5ca50497c7f40739d79d2055 (patch)
tree19a98e6ba357e7b3a961e7c484a74eb969ca4088 /tests/cmdAH.test
parent9eb46ba0c0def7a552341ff764d3b740fd272067 (diff)
downloadtcl-64da53f0aba045fa5ca50497c7f40739d79d2055.zip
tcl-64da53f0aba045fa5ca50497c7f40739d79d2055.tar.gz
tcl-64da53f0aba045fa5ca50497c7f40739d79d2055.tar.bz2
root interacts badly with access(...,X_OK) [Bug 929892]
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r--tests/cmdAH.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test
index 834177c..13bf01d 100644
--- a/tests/cmdAH.test
+++ b/tests/cmdAH.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: cmdAH.test,v 1.38 2004/03/17 18:14:17 das Exp $
+# RCS: @(#) $Id: cmdAH.test,v 1.39 2004/04/06 08:45:04 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2.1
@@ -831,7 +831,7 @@ set gorpfile [makeFile abcde gorp.file]
test cmdAH-18.1 {Tcl_FileObjCmd: executable} {testchmod} {
list [catch {file executable a b} msg] $msg
} {1 {wrong # args: should be "file executable name"}}
-test cmdAH-18.2 {Tcl_FileObjCmd: executable} {testchmod} {
+test cmdAH-18.2 {Tcl_FileObjCmd: executable} {testchmod notRoot} {
file executable $gorpfile
} 0
test cmdAH-18.3 {Tcl_FileObjCmd: executable} {unixOnly testchmod} {