[Bps-public-commit] r15326 - in Shipwright/trunk: t

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Aug 21 05:52:00 EDT 2008


Author: sunnavy
Date: Thu Aug 21 05:51:40 2008
New Revision: 15326

Modified:
   Shipwright/trunk/   (props changed)
   Shipwright/trunk/t/71.script_cmds.t

Log:
 r15901 at sunnavys-mb:  sunnavy | 2008-08-21 16:06:45 +0800
 list null returns nothing can be \s*


Modified: Shipwright/trunk/t/71.script_cmds.t
==============================================================================
--- Shipwright/trunk/t/71.script_cmds.t	(original)
+++ Shipwright/trunk/t/71.script_cmds.t	Thu Aug 21 05:51:40 2008
@@ -63,7 +63,7 @@
         ],
 
         # list cmd
-        [ [ 'list', ], '', "list null $repo" ],
+        [ [ 'list', ], qr/^\s*$/, "list null $repo" ],
         [
             [ 'list', 'foo' ],
             qr/foo doesn't exist/,



More information about the Bps-public-commit mailing list