From: Nathan Scott Date: Wed, 21 Mar 2001 01:52:40 +0000 (+0000) Subject: remove misc & man directories, these have found new homes. X-Git-Tag: v1.1.0~1292 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4ce620c5c84e273d7c403cadea1e833543f51c97;p=users%2Fhch%2Fxfstests-dev.git remove misc & man directories, these have found new homes. --- diff --git a/Makefile b/Makefile index f6eb2bb75..8c2e7a12f 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ LSRCFILES = configure configure.in LDIRT = *.bad *.new *.core *.full *.raw core a.out *.bak \ check.log check.time config.* conftest* -SUBDIRS = include src misc man +SUBDIRS = include src default: $(CONFIGURE) new remake check $(TESTS) ifeq ($(HAVE_BUILDDEFS), no) diff --git a/common.quota b/common.quota index 732fe8b12..205ada158 100644 --- a/common.quota +++ b/common.quota @@ -92,7 +92,7 @@ _qmount() umount $SCRATCH_DEV >/dev/null 2>&1 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "qmount failed" chmod ugo+rwx $SCRATCH_MNT - misc/quot $SCRATCH_DEV >>$seq.full 2>&1 + [ -x /usr/sbin/quot ] && quot $SCRATCH_DEV >>$seq.full 2>&1 } # make sure this script returns success