Hi, > > FAIL: msgfilter-8 > > ================= > > > > 35c35 > > < "non-terminated line" > > --- > >> "-n non-terminated line" > > FAIL msgfilter-8 (exit status: 1) > > For this, I've committed the attached fix.
thanks, it fixes the problem. > > FAIL: lang-bash > > =============== > > > > 1c1 > > < «Votre commande, s'il vous plait», dit le garçon. > > --- > >> �Votre commande, s'il vous plait�, dit le gar�on. > > FAIL lang-bash (exit status: 1) > > Hmm, this is a familiar issue on Mac OS X: > https://lists.gnu.org/archive/html/bug-gettext/2014-11/msg00012.html > > > poire:~ caramel$ uname -a > > Darwin poire.loria.fr 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 > > 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64 > > Since it seems unlikely to be fixed, perhaps we should skip it if > $host_os = "darwin*" with the patch, this is the only remaining issue: # TOTAL: 406 # PASS: 383 # SKIP: 22 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 Paul
