blob: 780c963ad6f6ee18ed989ff74fd8f9671d2357dc (
plain)
1
2
3
4
5
|
@test "Exec command is properly extracted from Firefox desktop file" {
run ../sway-launcher-desktop.sh generate-command data/firefox.desktop
[ "$status" -eq 0 ]
[[ "$output" == '/usr/lib/firefox/firefox' ]]
}
|