summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorPiotr Fusik <pfusik@op.pl>2005-07-27 08:43:17 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-07-28 08:53:55 +0000
commit945fa9b5e7a27e23bc3274ba0b35d4a17fdb9964 (patch)
treef9b63c0e8370f98dba1b8f09db843a09834626af /opcode.pl
parentbe73ebb05b9eec2e7d6c15246ec01b902895aaa1 (diff)
downloadperl-945fa9b5e7a27e23bc3274ba0b35d4a17fdb9964.tar.gz
[perl #36672] Swapped warnings for -o and -O file tests
From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org> (except the redundant test) p4raw-id: //depot/perl@25232
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index 9e8d323f91..571fa14ae7 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -809,8 +809,8 @@ fteread -r ck_ftst isu- F-
ftewrite -w ck_ftst isu- F-
fteexec -x ck_ftst isu- F-
ftis -e ck_ftst isu- F-
-fteowned -O ck_ftst isu- F-
-ftrowned -o ck_ftst isu- F-
+fteowned -o ck_ftst isu- F-
+ftrowned -O ck_ftst isu- F-
ftzero -z ck_ftst isu- F-
ftsize -s ck_ftst istu- F-
ftmtime -M ck_ftst stu- F-