[svn:parrot] r36953 - trunk/t/configure

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Feb 24 08:06:00 UTC 2009


Author: fperrad
Date: Tue Feb 24 08:06:00 2009
New Revision: 36953
URL: https://trac.parrot.org/parrot/changeset/36953

Log:
[makefile] initialize value before tests, fix TT #369.

Modified:
   trunk/t/configure/034-step.t

Modified: trunk/t/configure/034-step.t
==============================================================================
--- trunk/t/configure/034-step.t	Tue Feb 24 06:57:35 2009	(r36952)
+++ trunk/t/configure/034-step.t	Tue Feb 24 08:06:00 2009	(r36953)
@@ -1,5 +1,5 @@
 #!perl
-# Copyright (C) 2001-2005, Parrot Foundation.
+# Copyright (C) 2001-2009, Parrot Foundation.
 # $Id$
 
 use strict;
@@ -15,6 +15,7 @@
 
 my $cwd = cwd();
 my $conf = Parrot::Configure->new;
+$conf->data->set( make => 'make' );
 
 my $nonexistent = 'config/gen/makefiles/foobar';
 eval { $conf->genfile(  $nonexistent => 'CFLAGS', comment_type => '#', ); };


More information about the parrot-commits mailing list