summaryrefslogtreecommitdiff
path: root/t/size
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-01 18:31:15 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-01 18:31:15 -0400
commitb2fcc49059c2133a2f989a6fc163d3c11c188fd1 (patch)
tree2e2a75f84a55a952d1950a3d2f4b05f1c2fd536b /t/size
parent9b7f74380bd2d9aaca614b9dd7b509d905c0d73f (diff)
dh_installman: man --recode transparently uncompresses compressed pages. So when saving the output back, save it to a non-compressed filename (and delete the original, compressed file). Closes: #470913
Diffstat (limited to 't/size')
-rwxr-xr-xt/size2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/size b/t/size
index f661db64..fb915544 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);
}