Skip to content

Commit 915805b

Browse files
author
Paolo Abeni
committed
Merge branch 'selftests-net-small-fixes'
Benjamin Poirier says: ==================== selftests: net: Small fixes From: Benjamin Poirier <[email protected]> Two small fixes for net selftests. These patches were carved out of the following RFC series: https://lore.kernel.org/netdev/[email protected]/ I'm planning to send the rest of the series to net-next after it opens up. ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
2 parents e327b23 + 49078c1 commit 915805b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tools/testing/selftests/drivers/net/bonding/mode-1-recovery-updelay.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# SPDX-License-Identifier: GPL-2.0
33

44
# Regression Test:

tools/testing/selftests/drivers/net/bonding/mode-2-recovery-updelay.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# SPDX-License-Identifier: GPL-2.0
33

44
# Regression Test:

tools/testing/selftests/net/forwarding/lib.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)