[Po4a-commits] po4a/t 23-man.t,1.4,1.5

Danilo Piazzalunga po4a-devel@lists.alioth.debian.org
Thu, 03 Mar 2005 19:53:46 +0000


Update of /cvsroot/po4a/po4a/t
In directory haydn:/tmp/cvs-serv7374/t

Modified Files:
	23-man.t 
Log Message:
Adapt Build-Depends and testsuite to libterm-readkey-perl.


Index: 23-man.t
===================================================================
RCS file: /cvsroot/po4a/po4a/t/23-man.t,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- 23-man.t	25 Feb 2005 13:02:43 -0000	1.4
+++ 23-man.t	3 Mar 2005 19:53:43 -0000	1.5
@@ -45,15 +45,15 @@
   'test' => "diff -u $diff_pod_flags data-23/dot1.fr tmp/dot1.fr",
   'doc'  => "translate this document",
 }, {
-  'run'  => "LC_ALL=C perl ../po4a-gettextize -f #format# -m data-23/dot2 -p tmp/dot2.pot 2>tmp/dot2.err || true",
+  'run'  => "LC_ALL=C COLUMNS=80 perl ../po4a-gettextize -f #format# -m data-23/dot2 -p tmp/dot2.pot 2>tmp/dot2.err || true",
   'test' => "diff -u tmp/dot2.err data-23/dot2.err $diff_po_flags",
   'doc'  => "gettextize well various lines beginning by a dot (2)",
 }, {
-  'run'  => "LC_ALL=C perl ../po4a-gettextize -f #format# -m data-23/dot3 -p tmp/dot3.pot 2>tmp/dot3.err || true",
+  'run'  => "LC_ALL=C COLUMNS=80 perl ../po4a-gettextize -f #format# -m data-23/dot3 -p tmp/dot3.pot 2>tmp/dot3.err || true",
   'test' => "diff -u tmp/dot3.err data-23/dot3.err $diff_po_flags",
   'doc'  => "gettextize well various lines beginning by a dot (3)",
 }, {
-  'run'  => "LC_ALL=C perl ../po4a-gettextize -f #format# -m data-23/dot4 -p tmp/dot4.pot 2>tmp/dot4.err || true",
+  'run'  => "LC_ALL=C COLUMNS=80 perl ../po4a-gettextize -f #format# -m data-23/dot4 -p tmp/dot4.pot 2>tmp/dot4.err || true",
   'test' => "diff -u tmp/dot4.err data-23/dot4.err $diff_po_flags",
   'doc'  => "gettextize well various lines beginning by a dot (4)",
 }, {