aboutsummaryrefslogtreecommitdiffstats
path: root/tests/generate-command.bats
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2019-11-09 23:23:03 +0100
committerMoritz Meißelbach <arbelzapf@gmail.com>2019-11-09 23:23:03 +0100
commitfba124745c97e95637f577d0a66a2c0e71352248 (patch)
treedf5f5243a1dcacdd218c15aecbe540500f9c7844 /tests/generate-command.bats
parentfb6dcf58c08c6e464193d3e7464d7301f949166e (diff)
downloadsway-launcher-desktop-fba124745c97e95637f577d0a66a2c0e71352248.tar.gz
sway-launcher-desktop-fba124745c97e95637f577d0a66a2c0e71352248.zip
Change fallback TERMINAL_COMMAND to urxvt to be consistent with existing README
Diffstat (limited to 'tests/generate-command.bats')
-rw-r--r--tests/generate-command.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generate-command.bats b/tests/generate-command.bats
index 5dcc512..dfe2487 100644
--- a/tests/generate-command.bats
+++ b/tests/generate-command.bats
@@ -7,7 +7,7 @@
@test "Exec command is properly generated from htop desktop file" {
run ../sway-launcher-desktop.sh generate-command data/desktop-files/0/applications/htop.desktop
[ "$status" -eq 0 ]
- [[ "$output" == 'termite -e htop' ]]
+ [[ "$output" == 'urxvt -e htop' ]]
}
@test "Exec command is properly generated from minecraft-launcher desktop file" {