--- tests/ifconfig.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
From 1e3fed5bd1aa3647340839496366b25a66a87d1c Mon Sep 17 00:00:00 2001 From: Elliott Hughes <e...@google.com> Date: Fri, 26 May 2023 15:40:19 -0700 Subject: [PATCH] Try to reduce ifconfig test flake.
--- tests/ifconfig.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ifconfig.test b/tests/ifconfig.test index dcecc16f..72348e64 100755 --- a/tests/ifconfig.test +++ b/tests/ifconfig.test @@ -89,7 +89,7 @@ testing "dummy0 add ::2 -- too small mtu" \ # Results Expected: After calling ifconfig dummy0, there is one line with the # selected MTU testing "dummy0 mtu 2000" \ -"ifconfig dummy0 mtu 2000 && ifconfig dummy0 | grep 2000 | wc -l" \ +"ifconfig dummy0 mtu 2000 && ifconfig dummy0 | grep MTU:2000 | wc -l" \ "1\n" "" "" # Test Description: Verify ifconfig add succeeds with a larger mtu -- 2.41.0.rc0.172.g3f132b7071-goog
_______________________________________________ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net