]> git.ipfire.org Git - thirdparty/samba.git/commit
tests/auth_log: Correctly check for GUID
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 23 May 2023 04:43:10 +0000 (16:43 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 29 May 2023 22:32:28 +0000 (22:32 +0000)
commit1c17d56cc53cc5b4eaeff87ccbea68fb07b7caf1
tree88fb45b96d2832c130bdd35f7807cab2f4b61808
parentffda69f2d9d074867c451b5f880315d126865bd2
tests/auth_log: Correctly check for GUID

Pattern.match() only checks the starting portion of the string.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/auth_log_base.py