From: Bartosz Golaszewski Date: Wed, 7 Aug 2019 12:18:45 +0000 (+0200) Subject: tools: tests: restore the bats shebang in the bats source file X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ba4a7de32f5a517adcea531e11b84d6dc1965854;p=qemu-gpiodev%2Flibgpiod.git 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 --- 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 #