fix path to diagnostic binary (quot).

This commit is contained in:
Nathan Scott
2001-02-09 00:09:18 +00:00
parent 84727f6253
commit 843d6a2ef5
+1 -1
View File
@@ -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