aboutsummaryrefslogtreecommitdiffstats
path: root/tests/entries.bats
diff options
context:
space:
mode:
authorMoritz Meißelbach <m.meisselbach@inpsyde.com>2020-12-23 20:35:44 +0100
committerGitHub <noreply@github.com>2020-12-23 20:35:44 +0100
commitc741cb2dcd60b84e3f3ca8eeb7a9a64ad14b26d1 (patch)
tree4ce9b74e4c17eb582d550054671efbeb4c54dcb2 /tests/entries.bats
parent9859390621dbddcdd6447df55e17a8a0f6e5d5c5 (diff)
parent8f4cb34b9046cded085a84badea3ef84c491c759 (diff)
downloadsway-launcher-desktop-c741cb2dcd60b84e3f3ca8eeb7a9a64ad14b26d1.tar.gz
sway-launcher-desktop-c741cb2dcd60b84e3f3ca8eeb7a9a64ad14b26d1.zip
Merge pull request #30 from itspngu/pngu
Allow overriding default glyphs, "cleaner" UI, make configuration not URxvt-specific
Diffstat (limited to 'tests/entries.bats')
-rwxr-xr-x[-rw-r--r--]tests/entries.bats4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/entries.bats b/tests/entries.bats
index e6781ed..dd77fd8 100644..100755
--- a/tests/entries.bats
+++ b/tests/entries.bats
@@ -1,3 +1,5 @@
+#!/usr/bin/env bats
+
@test "Firefox desktop entry and all its actions are extracted" {
run ../sway-launcher-desktop.sh entries data/desktop-files/0/applications/firefox.desktop
echo -e "OUTPUT:\n$output"
@@ -19,4 +21,4 @@
echo "EXPECTED: foo-bar.desktop ACTUAL: $output"
[ "$status" -eq 0 ]
[[ ${#lines[@]} == 6 ]]
-} \ No newline at end of file
+}