fstests: Add path $here before src/<file>
[xfstests-dev.git] / tests / xfs / 052
index fed5723f32a621c46e401046d6aa7927959c0ba3..6aec223b1861f71cd46127e16370d1bae0d1291d 100755 (executable)
@@ -53,11 +53,11 @@ chmod a+w $seqres.full     # arbitrary users will write here
 _qmount
 
 # setup user/group to test
-if src/feature -U $SCRATCH_DEV ; then
+if $here/src/feature -U $SCRATCH_DEV ; then
        type=u; eval `_choose_uid`
-elif src/feature -G $SCRATCH_DEV ; then
+elif $here/src/feature -G $SCRATCH_DEV ; then
        type=g; eval `_choose_gid`
-elif src/feature -P $SCRATCH_DEV ; then
+elif $here/src/feature -P $SCRATCH_DEV ; then
        type=p; eval `_choose_prid`
 else
        _notrun "No quota support at mount time"