]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd-tests.py: properly escape pluses in regexps 12748/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Jun 2019 12:08:01 +0000 (14:08 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Jun 2019 12:11:28 +0000 (14:11 +0200)
commit88aaf89ecb589684555fd08a93e02a139ac217fe
tree563ceb00b242ee3ed0de41069fd5ed54a4e6e988
parentec38833c7562d945634b874fc58343145ab67af3
networkd-tests.py: properly escape pluses in regexps

Python warns that '\+' is an invalid escape. We need either '\\+' or r'\+'.
test/test-network/systemd-networkd-tests.py