tools: tests: restore the bats shebang in the bats source file
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 12:18:45 +0000 (14:18 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 7 Aug 2019 12:23:44 +0000 (14:23 +0200)
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 <bgolaszewski@baylibre.com>
tools/gpio-tools-test.bats [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9e5f2a8..aff54f7
@@ -1,3 +1,4 @@
+#!/usr/bin/env bats
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 #