]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: use lstat() instead of stat(follow_symlinks=False)
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 26 Jan 2024 13:28:20 +0000 (14:28 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 26 Jan 2024 21:13:28 +0000 (21:13 +0000)
commit56cdf81a72795e15ff7751f62d421b1505b82846
treec18327ef5c07cc7c58c8c8c2c97956437b3c2037
parent9f177a38abd47885f8a3f63fe9947afe1ad5b1ab
test: use lstat() instead of stat(follow_symlinks=False)

This makes the test compatible with Python 3.9, as the follow_symlinks
keyword was introduced in Python 3.10.
test/test-udev.py