setup the out file according to enabled mount options (dquots permute the
[xfstests-dev.git] / 050
diff --git a/050 b/050
index ea4a9f6f4d79480f2eacf61a11303b9857118636..f0d3584b4f53865f3a66ac66174991efb55d272d 100755 (executable)
--- a/050
+++ b/050
@@ -89,16 +89,16 @@ then
        _notrun "XFS quota not enabled"
 elif src/feature -u $SCRATCH_DEV
 then
-       type=u ; id=`_choose_uid`; ln -s $seq.usrquota $seq.out
+       type=u ; id=`_choose_uid`; ln $seq.usrquota $seq.out
 elif src/feature -g $SCRATCH_DEV
 then
-       type=g ; id=`_choose_gid`; ln -s $seq.grpquota $seq.out
+       type=g ; id=`_choose_gid`; ln $seq.grpquota $seq.out
 elif src/feature -U $SCRATCH_DEV
 then
-       type=u ; id=`_choose_uid`; ln -s $seq.uqnoenforce $seq.out
+       type=u ; id=`_choose_uid`; ln $seq.uqnoenforce $seq.out
 elif src/feature -G $SCRATCH_DEV
 then
-       type=g ; id=`_choose_gid`; ln -s $seq.gqnoenforce $seq.out
+       type=g ; id=`_choose_gid`; ln $seq.gqnoenforce $seq.out
 else
        _notrun "No quota support at mount time"
 fi