From fba124745c97e95637f577d0a66a2c0e71352248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Sat, 9 Nov 2019 23:23:03 +0100 Subject: Change fallback TERMINAL_COMMAND to urxvt to be consistent with existing README --- tests/generate-command.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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" { -- cgit v1.2.3