From ba4a7de32f5a517adcea531e11b84d6dc1965854 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 7 Aug 2019 14:18:45 +0200 Subject: [PATCH] tools: tests: restore the bats shebang in the bats source file In commit f52e12eafd17 ("tools: tests: run the bats script indirectly from a shell script") we removed the bats shebang and dropped the execute permission from the .bats test-suite file. While the preferred method of running the gpio-tools tests is using the helper bash script, the .bats file should still be executable on its own. Restore the execute permissions and the shebang. Signed-off-by: Bartosz Golaszewski --- tools/gpio-tools-test.bats | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 tools/gpio-tools-test.bats diff --git a/tools/gpio-tools-test.bats b/tools/gpio-tools-test.bats old mode 100644 new mode 100755 index 9e5f2a8..aff54f7 --- a/tools/gpio-tools-test.bats +++ b/tools/gpio-tools-test.bats @@ -1,3 +1,4 @@ +#!/usr/bin/env bats # SPDX-License-Identifier: LGPL-2.1-or-later # -- 2.30.2