QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passe...
[xfstests-dev.git] / 083
diff --git a/083 b/083
index 55b801c6a815715546242e247fea4f2884251e1f..70d721231f1b56060b1b97913f4a1fe0d2d37c94 100755 (executable)
--- a/083
+++ b/083
@@ -64,7 +64,7 @@ workout()
                || _fail "mount failed"
 
        # -w ensures that the only ops are ones which cause write I/O
-       ltp/fsstress -d $SCRATCH_MNT -w -p $procs -n $nops $FSSTRESS_AVOID \
+       $FSSTRESS_PROG -d $SCRATCH_MNT -w -p $procs -n $nops $FSSTRESS_AVOID \
                >>$seq.full
        _check_scratch_fs
 }