Re: [PATCH v2] selftest: net: Fix error message if empty variable

2025-09-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 25 Sep 2025 15:28:23 +0200 you wrote: > Fix to avoid cases where the `res` shell variable is > empty in script comparisons. > The comparison has been modified into string comparison to > handle other possible

Re: [PATCH v2] selftest: net: Fix error message if empty variable

2025-09-26 Thread Simon Horman
On Thu, Sep 25, 2025 at 03:28:23PM +0200, Alessandro Zanni wrote: > Fix to avoid cases where the `res` shell variable is > empty in script comparisons. > The comparison has been modified into string comparison to > handle other possible values the variable could assume. > > The issue can be reprod