[svk-commit] r2409 - branches/i18n-fixes/t

nobody at bestpractical.com nobody at bestpractical.com
Tue Jun 12 23:26:04 EDT 2007


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/"]);


More information about the svk-commit mailing list