mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs_io -> XFS_IO_PROG as used by dgc
Merge of master-melb:xfs-cmds:22779a by kenmcd.
This commit is contained in:
@@ -107,7 +107,7 @@ xfs_quota -c 'project -c 6' $QARGS | filter_xfs_quota
|
||||
|
||||
echo "### deny a hard link - wrong project ID"
|
||||
rm -f $SCRATCH_MNT/outer $target/inner
|
||||
xfs_io -f -c 'chproj 789' $SCRATCH_MNT/outer
|
||||
$XFS_IO_PROG -f -c 'chproj 789' $SCRATCH_MNT/outer
|
||||
ln $SCRATCH_MNT/outer $target/inner 2>/dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
echo hard link succeeded
|
||||
@@ -118,7 +118,7 @@ fi
|
||||
xfs_quota -c 'quota -ip 6' $QARGS | filter_xfs_quota
|
||||
|
||||
echo "### allow a hard link - right project ID"
|
||||
xfs_io -c 'chproj 6' $SCRATCH_MNT/outer
|
||||
$XFS_IO_PROG -c 'chproj 6' $SCRATCH_MNT/outer
|
||||
ln $SCRATCH_MNT/outer $target/inner
|
||||
if [ $? -eq 0 ]; then
|
||||
echo hard link succeeded
|
||||
|
||||
Reference in New Issue
Block a user