In t/op/stat.t, ensure that the output of ls is not localised.
authorNicholas Clark <nick@ccl4.org>
Tue, 5 Jun 2012 14:53:43 +0000 (16:53 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 26 Jun 2012 08:40:37 +0000 (10:40 +0200)
commitd4046c4813b1f4afcdd78a935e299468d0f6f89f
tree3bac5660c589f824bbe3f535584d5e2cf0dd318e
parent6281d42615d02016987feda08aabf27dfe054db3
In t/op/stat.t, ensure that the output of ls is not localised.

t/op/stat.t parses the output of ls, and will get confused if localisation
happens to change the header line containing the total to a word starting
with the letter c. This fixes the build issue on a Czech locale reported
in http://perlmonks.org/?node=973257 and RT #113472.
t/op/stat.t