At 10:42 11/08/2005 -0700, you wrote:
According to our records, your request regarding
"[PATCH] m4 tests compatible with Win32"
has been resolved.
the patch wasn't correctly applied.
the test fails on Win32 :
# Failed test (m4\t\builtins\010_sysval.t at line 26)
# got: ''$true' is not recognized as an internal or external command,
# operable program or batch file.
#
the problem is solved by (apos ' -> grave `):
Index: languages/m4/t/builtins/010_sysval.t
===================================================================
--- languages/m4/t/builtins/010_sysval.t (revision 8927)
+++ languages/m4/t/builtins/010_sysval.t (working copy)
@@ -24,7 +24,7 @@
{
language_output_is( 'm4', <<'CODE', <<'OUT', 'output of "true"' );
-syscmd(`$true')
+syscmd(`$true`)
sysval()
CODE
François.
If you have any further questions or concerns, please respond to this message.
For other topics, please create a new ticket.
Please don't feel obligated to say "Thanks" or "Kudos" or "I owe you a
beer" -- if you respond to this message it will reopen the ticket. If you
must, please send email directly to the person who handled your ticket,
and not to the tracking system.
<URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36862 >