perf tests test_bridge_fdb_stress.sh: Fix redirection of stderr to stdin
authorPatrice Duroux <patrice.duroux@gmail.com>
Fri, 3 Mar 2023 19:20:56 +0000 (20:20 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 4 Apr 2023 12:39:55 +0000 (09:39 -0300)
commit7f8d3fbe094be59a286f3b43431668221123ff30
treee5f5f870f0f44e7b202647f98d1661af41cc0954
parent9835b742ac3ee16dee361e7ccda8022f99d1cd94
perf tests test_bridge_fdb_stress.sh: Fix redirection of stderr to stdin

It's not 2&>1, the correct is 2>&1.

Signed-off-by: Patrice Duroux <patrice.duroux@gmail.com>
Cc: linux-kselftest@vger.kernel.org
Link: https://lore.kernel.org/r/20230303193058.21274-1-patrice.duroux@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/testing/selftests/drivers/net/dsa/test_bridge_fdb_stress.sh