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

moritz at svn.parrot.org moritz at svn.parrot.org
Sun Feb 1 09:37:33 UTC 2009


Author: moritz
Date: Sun Feb  1 09:37:33 2009
New Revision: 36241
URL: https://trac.parrot.org/parrot/changeset/36241

Log:
[t/configure] relax quote recognition in 051-fatal_step.t

Modified:
   trunk/t/configure/051-fatal_step.t

Modified: trunk/t/configure/051-fatal_step.t
==============================================================================
--- trunk/t/configure/051-fatal_step.t	Sun Feb  1 09:36:16 2009	(r36240)
+++ trunk/t/configure/051-fatal_step.t	Sun Feb  1 09:37:33 2009	(r36241)
@@ -109,7 +109,7 @@
 $conf->options->set( %{$args} );
 my $rv;
 eval { $rv = $conf->runsteps; };
-like($@, qr/^Argument to 'fatal-step' option/,
+like($@, qr/^Argument to ["']fatal-step['"] option/,
     "Got expected error message when value to --fatal-step option was misspecified");
 
 $conf->replenish($serialized);


More information about the parrot-commits mailing list