On Mon, Mar 01, 2010 at 04:38:41PM +0100, Petr Uzel wrote: > On Mon, Mar 01, 2010 at 04:26:00PM +0100, Jim Meyering wrote: > > Petr Uzel wrote: > > > Testsuite fails if mkfs.hfs is not installed on the system. > > > * tests/t-lib.sh (_require_hfs): New function. The mkfs.hfs does > > > > Thank you! > > Would you please adjust that to use something like this instead? > > > > ( mkfs.hfs | grep '^usage:' ) > /dev/null 2>&1 \
mkfs.hfs writes to stderr, so I've changed that to ( mkfs.hfs 2>&1 | grep '^usage:' ) > /dev/null Petr -- Petr Uzel, openSUSE Boosters Team IRC: ptr_uzl @ freenode
pgp3Tuh34aTLQ.pgp
Description: PGP signature
_______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

