diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-01 18:31:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-01 18:31:15 -0400 |
commit | b2fcc49059c2133a2f989a6fc163d3c11c188fd1 (patch) | |
tree | 2e2a75f84a55a952d1950a3d2f4b05f1c2fd536b /t | |
parent | 9b7f74380bd2d9aaca614b9dd7b509d905c0d73f (diff) | |
download | debhelper-b2fcc49059c2133a2f989a6fc163d3c11c188fd1.tar.gz |
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: #4709136.0.11
Diffstat (limited to 't')
-rwxr-xr-x | t/size | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |