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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Mon Jul 5 01:47:37 UTC 2010


Author: jkeenan
Date: Mon Jul  5 01:47:37 2010
New Revision: 48001
URL: https://trac.parrot.org/parrot/changeset/48001

Log:
Eliminate leading newline to make skip_all reason show up.

Modified:
   trunk/t/configure/017-revision_from_cache.t
   trunk/t/configure/018-revision_to_cache.t

Modified: trunk/t/configure/017-revision_from_cache.t
==============================================================================
--- trunk/t/configure/017-revision_from_cache.t	Mon Jul  5 01:37:52 2010	(r48000)
+++ trunk/t/configure/017-revision_from_cache.t	Mon Jul  5 01:47:37 2010	(r48001)
@@ -12,7 +12,7 @@
 }
 else {
     plan skip_all =>
-        qq{\nRelevant only when working in checkout from repository and prior to configuration};
+        qq{Relevant only when working in checkout from repository and prior to configuration};
 }
 use Carp;
 use Cwd;

Modified: trunk/t/configure/018-revision_to_cache.t
==============================================================================
--- trunk/t/configure/018-revision_to_cache.t	Mon Jul  5 01:37:52 2010	(r48000)
+++ trunk/t/configure/018-revision_to_cache.t	Mon Jul  5 01:47:37 2010	(r48001)
@@ -12,7 +12,7 @@
 }
 else {
     plan skip_all =>
-        qq{\nRelevant only when working in checkout from repository and prior to configuration};
+        qq{Relevant only when working in checkout from repository and prior to configuration};
 }
 use Carp;
 use Cwd;


More information about the parrot-commits mailing list