[prev in list] [next in list] [prev in thread] [next in thread] 

List:       svk-commit
Subject:    [svk-commit] r2409 - branches/i18n-fixes/t
From:       nobody () bestpractical ! com (nobody () bestpractical ! com)
Date:       2007-06-12 23:26:30
Message-ID: 20070613032604.523E94D80B8 () diesel ! bestpractical ! com
[Download RAW message or body]

Author: clsung
Date: Tue Jun 12 23:26:03 2007
New Revision: 2409

Modified:
   branches/i18n-fixes/t/32list.t

Log:
- add a " ?" to avoid test fail under FreeBSD

Modified: branches/i18n-fixes/t/32list.t
==============================================================================
--- branches/i18n-fixes/t/32list.t	(original)
+++ branches/i18n-fixes/t/32list.t	Tue Jun 12 23:26:03 2007
@@ -45,7 +45,7 @@
 
     use POSIX qw( strftime );
     my $re_date = join '|', map { quotemeta strftime( "%b", 0, 0, 0, 1, $_, 96) } 0 .. 11;
-    $re_date = "(?:$re_date) \\d{2} \\d{2}:\\d{2}";
+    $re_date = " ?(?:$re_date) \\d{2} \\d{2}:\\d{2}";
     my $re_user = "(?:\\S*\\s+)";
     is_output ($svk, 'ls', ['-v'],
                [qr"      2 $re_user          $re_date A/"]);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic