At 12:56 09/08/2005 -0700, you wrote:
Thanks a lot,
I think this is the first large patch for 'm4', that I received.
Tests are still completing here on my Linux box.
Sorry, but I forgot this part :
Index: languages/m4/t/freezing/001_freeze.t
===================================================================
--- languages/m4/t/freezing/001_freeze.t (revision 8899)
+++ languages/m4/t/freezing/001_freeze.t (working copy)
@@ -4,14 +4,15 @@
use FindBin;
use lib "$FindBin::Bin/../../lib", "$FindBin::Bin/../../../../lib";
+use Parrot::Config;
use Test::More tests => 1;
my $real_out;
-my $parrot_m4 = 'cd .. && ./parrot languages/m4/m4.pbc';
+my $parrot_m4 = "cd .. && .$PConfig{slash_exec}parrot$PConfig{exe}
languages/m4/m4.pbc";
#--------------------------------------------
François.
CU, Bernhard
--
/* [EMAIL PROTECTED] */