Re: [PATCH net-next] selftests: use posix-style redirection in ip_defrag.sh

2018-10-11 Thread David Miller
From: Paolo Abeni Date: Thu, 11 Oct 2018 11:17:37 +0200 > 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:

[PATCH net-next] selftests: use posix-style redirection in ip_defrag.sh

2018-10-11 Thread Paolo Abeni
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