linux-test-project / ltp

Linux Test Project (mailing list: https://lists.linux.it/listinfo/ltp)
https://linux-test-project.readthedocs.io/
GNU General Public License v2.0
2.3k stars 1.01k forks source link

metadata/parse.sh: sort filelist for reproducibility #907

Closed kanavin closed 2 years ago

kanavin commented 2 years ago

find does not guarantee the order of the files.

Signed-off-by: Alexander Kanavin alex@linutronix.de

metan-ucw commented 2 years ago

Applied, thanks.