From 843d6a2ef5ab48ba07741c73a266d239cfd425c7 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 9 Feb 2001 00:09:18 +0000 Subject: [PATCH] fix path to diagnostic binary (quot). --- 050 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/050 b/050 index 7c7bd333..ea4a9f6f 100755 --- a/050 +++ b/050 @@ -70,7 +70,7 @@ _mymount() umount $SCRATCH_DEV >/dev/null 2>&1 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "mount failed" chmod ugo+rwx $SCRATCH_MNT - quot.xfs $SCRATCH_DEV >>$seq.full 2>&1 + misc/quot $SCRATCH_DEV >>$seq.full 2>&1 } # real QA test starts here -- 2.30.2