summaryrefslogtreecommitdiff
path: root/test/networkd-test.py
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-03-17 23:53:03 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-03-18 08:14:01 +0900
commitad337e55a3d2e167498c3af23ea2dae5a66ccf90 (patch)
tree68616136349cd52731c63b7e262799a106aeb20a /test/networkd-test.py
parent3c45ad24c2cc179da0c01ac1175f58cac4625f77 (diff)
downloadsystemd-ad337e55a3d2e167498c3af23ea2dae5a66ccf90.tar.gz
tree-wide: fix duplicated words
the the in in not not we we
Diffstat (limited to 'test/networkd-test.py')
-rwxr-xr-xtest/networkd-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/networkd-test.py b/test/networkd-test.py
index b3ef7bc5da..7faa12ef79 100755
--- a/test/networkd-test.py
+++ b/test/networkd-test.py
@@ -138,7 +138,7 @@ class NetworkdTestingUtilities:
def read_attr(self, link, attribute):
"""Read a link attributed from the sysfs."""
- # Note we we don't want to check if interface `link' is managed, we
+ # Note we don't want to check if interface `link' is managed, we
# want to evaluate link variable and pass the value of the link to
# assert_link_states e.g. eth0=managed.
self.assert_link_states(**{link:'managed'})