diff options
Diffstat (limited to 'tests/generate-command.bats')
| -rwxr-xr-x[-rw-r--r--] | tests/generate-command.bats | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/generate-command.bats b/tests/generate-command.bats index 1dccc13..2a30cd0 100644..100755 --- a/tests/generate-command.bats +++ b/tests/generate-command.bats @@ -1,3 +1,5 @@ +#!/usr/bin/env bats + setup() { export TERMINAL_COMMAND='urxvt -e' } @@ -21,4 +23,4 @@ setup() { run ../sway-launcher-desktop.sh generate-command data/desktop-files/0/applications/minecraft-launcher.desktop [ "$status" -eq 0 ] [[ "$output" == 'cd /opt/minecraft-launcher/ && env GDK_BACKEND=x11 /opt/minecraft-launcher/minecraft-launcher' ]] -}
\ No newline at end of file +} |
