On Tue, Jan 30, 2024 at 06:47:18PM +0100, Paolo Abeni wrote:
When running the pmtu.sh via the kselftest infra, accessing /dev/stdout gives unexpected results: # dd: failed to open '/dev/stdout': Device or resource busy # TEST: IPv4, bridged vxlan4: PMTU exceptions [FAIL]
Let dd use directly the standard output to fix the above: # TEST: IPv4, bridged vxlan4: PMTU exceptions - nexthop objects [ OK ]
Reviewed-by: Guillaume Nault gnault@redhat.com