]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: drop the use of `tempfile.mktemp()` 24662/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 13 Sep 2022 18:14:48 +0000 (20:14 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 13 Sep 2022 19:03:04 +0000 (21:03 +0200)
commit5a634f2ec0f4a02b23a24e85805c8c4fc75c7d49
treeb4a06881de8eb8b25aa0a3f23d546268bb5b5416
parent2a843ec8325c9cf413d09f1fd00f85dd8e4cf5db
test: drop the use of `tempfile.mktemp()`

and use `uuid.uuid4()` instead to generate a sufficiently pseudo-random
file name.

Resolves: https://github.com/systemd/systemd/security/code-scanning/142
test/test-exec-deserialization.py