From abcb891359649559981d0ef522ed16ddf2b68908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Thu, 31 Oct 2019 21:40:32 +0100 Subject: Generate a spec-conformant "desktop file id" of each .desktop file and remove duplicates. This should process user-specific overrides properly #3 --- tests/describe.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/describe.bats') 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" ]] -- cgit v1.2.3