svn commit: r213167 - head/tools/regression/geom_eli

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Sep 25 15:38:02 UTC 2010


On Sat, Sep 25, 2010 at 01:19:11PM +0200, Ronald Klop wrote:
> On Sat, 25 Sep 2010 12:34:11 +0200, Pawel Jakub Dawidek <pjd at freebsd.org>  
> wrote:
> 
> >Author: pjd
> >Date: Sat Sep 25 10:34:11 2010
> >New Revision: 213167
> >URL: http://svn.freebsd.org/changeset/base/213167
> >
> >Log:
> >  - Use $md instead of md0, which fixes tests when md(4) device is  
> >already
> >    present.
> >  - Correct message - we create GPT, not MBR.
> > MFC after:	2 weeks
> >
> >Modified:
> >  head/tools/regression/geom_eli/resize.t
> >
> >Modified: head/tools/regression/geom_eli/resize.t
> >==============================================================================
> >--- head/tools/regression/geom_eli/resize.t	Sat Sep 25 10:32:52  
> >2010	(r213166)
> >+++ head/tools/regression/geom_eli/resize.t	Sat Sep 25 10:34:11  
> >2010	(r213167)
> >@@ -124,8 +124,8 @@ geli detach ${md}a.eli
> > # 1g to 20m, 2g to 30m and keyfile to tmp.key, and adding -B none
> > # to geli init.
> >-gpart create -s GPT md0 || echo -n "not "
> >-echo ok $i - "Installed an MBR on md0"
> >+gpart create -s GPT $md || echo -n "not "
> >+echo ok $i - "Installed an GPT on md0"
> > i=$((i + 1))
> > gpart add -s 20m -t freebsd-ufs -i 1 $md || echo -n "not "
> > echo ok $i - "Added a 20m partition in slot 1"
> 
> Hi,
> 
> You still use md0 in the message in stead of $md.

Fix committed, thanks.

-- 
Pawel Jakub Dawidek                       http://www.wheelsystems.com
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20100925/f46a6bd1/attachment.pgp


More information about the svn-src-all mailing list