svn commit: r210969 - head/tools/regression/fstest/tests
Ed Schouten
ed at 80386.nl
Fri Aug 6 21:06:05 UTC 2010
Hi Pawel,
* Pawel Jakub Dawidek <pjd at FreeBSD.org> wrote:
> + fs=`mount | egrep "^${pattern}" | awk -F '[(,]' '{print $2}' | tr '[:lower:]' '[:upper:]'`
> ...
> + fs=`df -PT . | tail -1 | awk '{print $2}' | tr '[:lower:]' '[:upper:]'`
Maybe this can be solved using '{ print toupper($2) }'?
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
-------------- 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-head/attachments/20100806/015f63b2/attachment.pgp
More information about the svn-src-head
mailing list