[Po4a-commits] r2760 - /trunk/t/23-man.t

mquinson at users.alioth.debian.org mquinson at users.alioth.debian.org
Fri Jun 20 08:51:57 UTC 2014


Author: mquinson
Date: Fri Jun 20 08:51:57 2014
New Revision: 2760

URL: http://svn.debian.org/wsvn/po4a/?sc=1&rev=2760
Log:
fix the test so that it actually pass when the tested code is correct

Modified:
    trunk/t/23-man.t

Modified: trunk/t/23-man.t
URL: http://svn.debian.org/wsvn/po4a/trunk/t/23-man.t?rev=2760&op=diff
==============================================================================
--- trunk/t/23-man.t	(original)
+++ trunk/t/23-man.t	Fri Jun 20 08:51:57 2014
@@ -30,7 +30,7 @@
   'doc'  => "translate this document",
 }, {
   'run'  => "perl ../po4a-translate -f #format# -m data-23/quoted-comment -p data-23/quotes.fr.po -l tmp/quoted-comment.fr",
-  'test' => "diff -u $diff_pod_flags data-23/quotes.fr tmp/quoted-comment.fr",
+  'test' => "diff -u $diff_pod_flags data-23/quoted-comment tmp/quoted-comment.fr",
   'doc'  => "Check that comment markers are not messed up during translation",
 };
 




More information about the Po4a-commits mailing list