The file test operators -s, -A, -C and -M can return false values
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 30 Oct 2008 11:29:50 +0000 (11:29 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 30 Oct 2008 11:29:50 +0000 (11:29 +0000)
commitd724f706d60f9fb8d712cd22b9ec95e343d5ee28
tree832cd909e9cd7f3b05047a8e307ecbba2f8f6203
parenta45c7426c93f17067d1734c68cb400246e1db490
The file test operators -s, -A, -C and -M can return false values
that are not undef or "no". Take that into account when stacking them.
This fixes bug #60214.

p4raw-id: //depot/perl@34660
pp_sys.c