don't timestamp lines which allready have timestamp at beginning
[cloudstore.git] / t / WarnColor.t
index 21f70d0..250c1de 100755 (executable)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More tests => 5;
 use File::Path qw(remove_tree);
 use Data::Dump qw(dump);
 
@@ -23,4 +23,4 @@ ok warn('slice warn'), 'with ENV';
 
 ok glob('/tmp/slice/log/*'), 'log created';
 
-
+ok warn('2012/02/12 11:22:13 rsync timestamp'), 'rsync timestamp';