aboutsummaryrefslogtreecommitdiffstats
path: root/tests/autostart.bats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/autostart.bats')
-rwxr-xr-x[-rw-r--r--]tests/autostart.bats4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/autostart.bats b/tests/autostart.bats
index 0197a30..f2019f3 100644..100755
--- a/tests/autostart.bats
+++ b/tests/autostart.bats
@@ -1,3 +1,5 @@
+#!/usr/bin/env bats
+
setup() {
export TERMINAL_COMMAND='urxvt -e'
export XDG_CONFIG_HOME=./data/autostart-folders/0
@@ -11,4 +13,4 @@ setup() {
[[ ${#lines[@]} == 2 ]]
[[ ${lines[0]} =~ data/autostart-folders/0/autostart/firefox.desktop ]]
[[ ${lines[1]} =~ data/autostart-folders/1/autostart/htop.desktop ]]
-} \ No newline at end of file
+}