aboutsummaryrefslogtreecommitdiffstats
path: root/tests/describe.bats
diff options
context:
space:
mode:
authoritspngu <34752364+itspngu@users.noreply.github.com>2020-12-21 19:31:41 +0100
committeritspngu <34752364+itspngu@users.noreply.github.com>2020-12-21 19:31:41 +0100
commita933010810b91b8cdefcd264fe4a23ffb9689069 (patch)
tree8622e4e150b37b874f1f6bc8cf59df2ed9991b22 /tests/describe.bats
parent9859390621dbddcdd6447df55e17a8a0f6e5d5c5 (diff)
downloadsway-launcher-desktop-a933010810b91b8cdefcd264fe4a23ffb9689069.tar.gz
sway-launcher-desktop-a933010810b91b8cdefcd264fe4a23ffb9689069.zip
make tests individually executable
Diffstat (limited to 'tests/describe.bats')
-rwxr-xr-x[-rw-r--r--]tests/describe.bats2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/describe.bats b/tests/describe.bats
index 1ac58ff..7692c63 100644..100755
--- a/tests/describe.bats
+++ b/tests/describe.bats
@@ -1,3 +1,5 @@
+#!/usr/bin/env bats
+
@test "Name and description of firefox desktop file are properly extracted" {
run env XDG_CONFIG_HOME=./data/config ../sway-launcher-desktop.sh describe desktop ./data/desktop-files/0/applications/firefox.desktop
[ "$status" -eq 0 ]