mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
updates to match top of tree, grpquota support, fix output to match 3.01
quota user tools.
This commit is contained in:
+4
-1
@@ -84,7 +84,10 @@ _choose_gid()
|
||||
|
||||
_filter_repquota()
|
||||
{
|
||||
perl -ne 's/^(\w+)\s+([-|+])/[NAME] \2/g; print'
|
||||
perl -ne "
|
||||
s/^(\w+)\s+([-|+])/[NAME] \2/g;
|
||||
s,$SCRATCH_DEV,[DEVICE],g;
|
||||
print"
|
||||
}
|
||||
|
||||
_qmount()
|
||||
|
||||
Reference in New Issue
Block a user