fix path to diagnostic binary (quot).
authorNathan Scott <nathans@sgi.com>
Fri, 9 Feb 2001 00:09:18 +0000 (00:09 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 9 Feb 2001 00:09:18 +0000 (00:09 +0000)
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