Home
last modified time | relevance | path

Searched hist:"9 dffa76c21268f6188b04b966089b5110a7447ef" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dip_defrag.sh9dffa76c21268f6188b04b966089b5110a7447ef Thu Oct 11 09:17:37 UTC 2018 Paolo Abeni <pabeni@redhat.com> selftests: use posix-style redirection in ip_defrag.sh

The ip_defrag.sh script requires bash-style output redirection but
use the default shell. This may cause random failures if the default
shell is not bash.
Address the above using posix compliant output redirection.

Fixes: 02c7f38b7ace ("selftests/net: add ip_defrag selftest")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>