fix path to diagnostic binary (quot).
[xfstests-dev.git] / 050
diff --git a/050 b/050
index 7c7bd333447752e75e34cff6d40f26bd59d3ec20..ea4a9f6f4d79480f2eacf61a11303b9857118636 100755 (executable)
--- 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