diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-27 08:43:17 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-07-28 08:53:55 +0000 |
commit | 945fa9b5e7a27e23bc3274ba0b35d4a17fdb9964 (patch) | |
tree | f9b63c0e8370f98dba1b8f09db843a09834626af /opcode.pl | |
parent | be73ebb05b9eec2e7d6c15246ec01b902895aaa1 (diff) | |
download | perl-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-x | opcode.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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- |