From f58425918afe8db4e643ebab8981777e2e8ba6ec Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 21 Mar 2024 16:34:00 -0700 Subject: Reduce ifconfig test flake. I have no excuse for deflaking _one_ of the MTU tests but not the other. I have no one to blame but myself that I'm back here today... --- tests/ifconfig.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ifconfig.test b/tests/ifconfig.test index 72348e64..150feb97 100755 --- a/tests/ifconfig.test +++ b/tests/ifconfig.test @@ -76,7 +76,7 @@ testing "dummy0 default" \ # Results Expected: After calling ifconfig dummy0, there is one line with the # selected MTU testing "dummy0 mtu 1269" \ -"ifconfig dummy0 mtu 1269 && ifconfig dummy0 | grep 1269 | wc -l" \ +"ifconfig dummy0 mtu 1269 && ifconfig dummy0 | grep MTU:1269 | wc -l" \ "1\n" "" "" # Test Description: ifconfig add for IPv6 fails with an mtu too small for IPv6. -- cgit v1.2.3