aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2024-06-21 04:16:37 +0000
committerDavid S. Miller <davem@davemloft.net>2024-06-21 14:27:22 +0100
commit3226607302ca5a74dee6f1c817580c713ef9d0dd (patch)
tree4e525a5417147d5dfc05f3c214fd1fca8dbdcfad
parentnet: ethernet: rtsn: Add support for Renesas Ethernet-TSN (diff)
downloadwireguard-linux-3226607302ca5a74dee6f1c817580c713ef9d0dd.tar.xz
wireguard-linux-3226607302ca5a74dee6f1c817580c713ef9d0dd.zip
selftests: net: change shebang to bash in amt.sh
amt.sh is written in bash, not sh. So, shebang should be bash. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Acked-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rwxr-xr-xtools/testing/selftests/net/amt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/amt.sh b/tools/testing/selftests/net/amt.sh
index 7e7ed6c558da..d458b45c775b 100755
--- a/tools/testing/selftests/net/amt.sh
+++ b/tools/testing/selftests/net/amt.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Author: Taehee Yoo <ap420073@gmail.com>