From: Yu Watanabe Date: Fri, 22 Jul 2022 01:34:33 +0000 (+0900) Subject: test-network: drop unnecessary default argument X-Git-Tag: v252-rc1~605^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249b7eccf7039bc9a8165e8d7c5fcf5aa4d8d13b;p=thirdparty%2Fsystemd.git test-network: drop unnecessary default argument --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 6a32bad99fa..cb590af3d29 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -597,7 +597,7 @@ def tear_down_common(): flush_links() # 5. stop networkd - stop_networkd(show_logs=True) + stop_networkd() # 6. remove configs clear_network_units()