From a933010810b91b8cdefcd264fe4a23ffb9689069 Mon Sep 17 00:00:00 2001 From: itspngu <34752364+itspngu@users.noreply.github.com> Date: Mon, 21 Dec 2020 19:31:41 +0100 Subject: make tests individually executable --- tests/autostart.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 tests/autostart.bats (limited to 'tests/autostart.bats') diff --git a/tests/autostart.bats b/tests/autostart.bats old mode 100644 new mode 100755 index 0197a30..f2019f3 --- 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 +} -- cgit v1.2.3