X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fop%2Ftaint.t;h=8ff566e7f665140174c87a0e06a2f897541b0578;hb=0ecd3ba2f9cc10124e1b1548816d989cfc59a802;hp=2958a37b87a7f46ecc42757ddb254b32727f99aa;hpb=773aa8252ebd1aaabb7a2a381cdf80a51028c270;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/op/taint.t b/t/op/taint.t index 2958a37..8ff566e 100755 --- a/t/op/taint.t +++ b/t/op/taint.t @@ -15,6 +15,8 @@ BEGIN { use strict; use Config; +$| = 1; + # We do not want the whole taint.t to fail # just because Errno possibly failing. eval { require Errno; import Errno };