--- t/fs.t 2007/07/10 01:10:49 28 +++ t/fs.t 2007/07/15 23:52:55 32 @@ -63,7 +63,7 @@ ok( -e "$tmp/$path" , "in tmp $tmp/$path" ) if ( $op eq '<' ); # check total size if not append if ( $op ne '>>' ) { - cmp_ok( -s $pack, '==', $size, "$tmp/$path = $size bytes" ); + cmp_ok( -s $pack, '<', $size, "$pack < $size bytes" ); } } else { ok( -e "$from/$path", "on disk $from/$path" );