Skip to content

Commit 377ff83

Browse files
Jarkko Sakkinenshuahkh
authored andcommitted
selftests: tpm: Use /bin/sh instead of /bin/bash
It's better to use /bin/sh instead of /bin/bash in order to run the tests in the BusyBox shell. Fixes: 6ea3dfe ("selftests: add TPM 2.0 tests") Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 88a1684 commit 377ff83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/testing/selftests/tpm2/test_smoke.sh

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

44
# Kselftest framework requirement - SKIP code is 4.

tools/testing/selftests/tpm2/test_space.sh

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

44
# Kselftest framework requirement - SKIP code is 4.

0 commit comments

Comments
 (0)