aboutsummaryrefslogtreecommitdiffstats
path: root/tests/describe.bats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/describe.bats')
-rw-r--r--tests/describe.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/describe.bats b/tests/describe.bats
index 7f26184..d02ee96 100644
--- a/tests/describe.bats
+++ b/tests/describe.bats
@@ -1,5 +1,5 @@
@test "Name and description of firefox desktop file are properly extracted" {
- run ../sway-launcher-desktop.sh describe data/firefox.desktop desktop
+ run ../sway-launcher-desktop.sh describe data/desktop-files/0/applications/firefox.desktop desktop
[ "$status" -eq 0 ]
[[ ${lines[0]} =~ "Firefox" ]]
[[ ${lines[1]} =~ "Browse the World Wide Web" ]]