diff options
| author | Moritz Meißelbach <m.meisselbach@inpsyde.com> | 2020-12-23 20:35:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 20:35:44 +0100 |
| commit | c741cb2dcd60b84e3f3ca8eeb7a9a64ad14b26d1 (patch) | |
| tree | 4ce9b74e4c17eb582d550054671efbeb4c54dcb2 /tests/autostart.bats | |
| parent | 9859390621dbddcdd6447df55e17a8a0f6e5d5c5 (diff) | |
| parent | 8f4cb34b9046cded085a84badea3ef84c491c759 (diff) | |
| download | sway-launcher-desktop-c741cb2dcd60b84e3f3ca8eeb7a9a64ad14b26d1.tar.gz sway-launcher-desktop-c741cb2dcd60b84e3f3ca8eeb7a9a64ad14b26d1.zip | |
Merge pull request #30 from itspngu/pngu
Allow overriding default glyphs, "cleaner" UI, make configuration not URxvt-specific
Diffstat (limited to 'tests/autostart.bats')
| -rwxr-xr-x[-rw-r--r--] | tests/autostart.bats | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/autostart.bats b/tests/autostart.bats index 0197a30..f2019f3 100644..100755 --- a/tests/autostart.bats +++ b/tests/autostart.bats @@ -1,3 +1,5 @@ +#!/usr/bin/env bats + setup() { export TERMINAL_COMMAND='urxvt -e' export XDG_CONFIG_HOME=./data/autostart-folders/0 @@ -11,4 +13,4 @@ setup() { [[ ${#lines[@]} == 2 ]] [[ ${lines[0]} =~ data/autostart-folders/0/autostart/firefox.desktop ]] [[ ${lines[1]} =~ data/autostart-folders/1/autostart/htop.desktop ]] -}
\ No newline at end of file +} |
