]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
tools/mkgroupfile: help the cases of group.list in number order v2022.05.22
authorZorro Lang <zlang@kernel.org>
Sat, 21 May 2022 05:32:19 +0000 (13:32 +0800)
committerZorro Lang <zlang@kernel.org>
Sat, 21 May 2022 18:51:35 +0000 (02:51 +0800)
commit6849744065ea4b82833c0abf344bb1274ff22321
tree03cd09442e9696f36060998f4c222020256fb180
parent1a04a7c9e6744b7cfd7c4d7baedab1de8bc3f2e5
tools/mkgroupfile: help the cases of group.list in number order

The mkgroupfile doesn't sort cases in number order, that cause
fstests' ./new script can't find a proper number which isn't taken.
The unsorted case number might cause more problems, so fix it.

Fixes: 441606d28681 ("fstests: faster group file creation")
Signed-off-by: Zorro Lang <zlang@kernel.org>
tools/mkgroupfile