Deleted Added
sdiff udiff text old ( 212839 ) new ( 263220 )
full compact
1#! /usr/bin/perl
2#
3# $FreeBSD: head/tools/regression/sbin/growfs/regress.t 212839 2010-09-19 08:18:56Z brian $
4
5use strict;
6use warnings;
7use Test::More tests => 19;
8use Fcntl qw(:DEFAULT :seek);
9
10use constant BLK => 512;
11use constant BLKS_PER_MB => 2048;

--- 80 unchanged lines hidden ---