mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Make test 050 output deterministic - cater for #days flipping to six (correctly), and extra space being allocated to id zero (also correctly).
Merge of master-melb:xfs-cmds:26820a by kenmcd.
This commit is contained in:
@@ -51,7 +51,11 @@ ihard=10
|
||||
|
||||
_filter_report()
|
||||
{
|
||||
tr -s '[:space:]' | sed -e "s/^\#$id /[NAME] /g" -e "s/^#0 /[ROOT] /g"
|
||||
tr -s '[:space:]' | \
|
||||
perl -npe '
|
||||
s/^\#'$id' /[NAME] /g;
|
||||
s/^\#0 \d+ /[ROOT] 0 /g;
|
||||
s/6 days/7 days/g'
|
||||
}
|
||||
|
||||
# The actual point at which limit enforcement takes place for the
|
||||
|
||||
Reference in New Issue
Block a user