From: Mickaël Salaün Date: Thu, 6 Mar 2025 18:05:58 +0000 (+0100) Subject: samples/check-exec: Fix script name X-Git-Tag: v6.15-rc1~233^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2cf8ccf5a1871058a083c00efe37d7eb91bf6bd;p=thirdparty%2Fkernel%2Flinux.git samples/check-exec: Fix script name 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 --- diff --git a/samples/check-exec/run-script-ask.inc b/samples/check-exec/run-script-ask.sh similarity index 100% rename from samples/check-exec/run-script-ask.inc rename to samples/check-exec/run-script-ask.sh