From d2cf8ccf5a1871058a083c00efe37d7eb91bf6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Sala=C3=BCn?= Date: Thu, 6 Mar 2025 19:05:58 +0100 Subject: samples/check-exec: Fix script name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit run-script-ask.sh had an incorrect file extension. This helper script is not used by kselftests. Fixes: 2a69962be4a7 ("samples/check-exec: Add an enlighten "inc" interpreter and 28 tests") Signed-off-by: Mickaël Salaün Link: https://lore.kernel.org/r/20250306180559.1289243-1-mic@digikod.net Signed-off-by: Kees Cook --- samples/check-exec/run-script-ask.inc | 9 --------- samples/check-exec/run-script-ask.sh | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100755 samples/check-exec/run-script-ask.inc create mode 100755 samples/check-exec/run-script-ask.sh (limited to 'samples/check-exec') diff --git a/samples/check-exec/run-script-ask.inc b/samples/check-exec/run-script-ask.inc deleted file mode 100755 index 8ef0fdc37266..000000000000 --- a/samples/check-exec/run-script-ask.inc +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env sh -# SPDX-License-Identifier: BSD-3-Clause - -DIR="$(dirname -- "$0")" - -PATH="${PATH}:${DIR}" - -set -x -"${DIR}/script-ask.inc" diff --git a/samples/check-exec/run-script-ask.sh b/samples/check-exec/run-script-ask.sh new file mode 100755 index 000000000000..8ef0fdc37266 --- /dev/null +++ b/samples/check-exec/run-script-ask.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +# SPDX-License-Identifier: BSD-3-Clause + +DIR="$(dirname -- "$0")" + +PATH="${PATH}:${DIR}" + +set -x +"${DIR}/script-ask.inc" -- cgit v1.2.3