]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: sort files in generate-sym-test.py
authorLuca Boccassi <bluca@debian.org>
Sat, 11 Nov 2023 20:29:03 +0000 (20:29 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 12 Nov 2023 03:54:23 +0000 (12:54 +0900)
commit22f62b8917a7ca9807e2c497968da5295109565e
tree66e8057db80a3eafe941c4fdb488bf170f04e28c
parent620788da173d354994eeae8211d276bcf9af602c
test: sort files in generate-sym-test.py

The test binaries are different depending on the filesystem, due to os.walk().
Sort the input before iterating on it to make it stable.
src/test/generate-sym-test.py