[Rt-commit] r15942 - in rt/branches/3.999-DANGEROUS: t

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Sep 12 07:31:42 EDT 2008


Author: sunnavy
Date: Fri Sep 12 07:31:40 2008
New Revision: 15942

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/t/plugin.t

Log:
 r16665 at sunnavys-mb:  sunnavy | 2008-09-12 19:30:31 +0800
 fake the tap output


Modified: rt/branches/3.999-DANGEROUS/t/plugin.t
==============================================================================
--- rt/branches/3.999-DANGEROUS/t/plugin.t	(original)
+++ rt/branches/3.999-DANGEROUS/t/plugin.t	Fri Sep 12 07:31:40 2008
@@ -6,7 +6,10 @@
 # your database in etc/config.yml.
 
 BEGIN {
-    exit 0 unless @ARGV > 0; 
+    unless (@ARGV) {
+        print "1..1\nok 1\nDone\n";
+        exit 0;
+    }
 }
 
 use Test::More tests => 5;


More information about the Rt-commit mailing list