X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2Fsize;h=fb915544f6e2e5a3579bc18db8f1856a472e4047;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=f661db642137f6325bad8a3e8c39b5af08351ad3;hpb=38e3e2bce678e52132ea071be46ba4d58cc21d43;p=debhelper.git diff --git a/t/size b/t/size index f661db6..fb91554 100755 --- a/t/size +++ b/t/size @@ -25,6 +25,6 @@ foreach my $file (@progs) { } close IN; print "# $file has $lines lines, max length is $maxlength\n"; - ok($lines < 150, $file); + ok($lines < 200, $file); ok($maxlength < 160, $file); }