diff options
Diffstat (limited to 'tests/entries.bats')
| -rwxr-xr-x[-rw-r--r--] | tests/entries.bats | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/entries.bats b/tests/entries.bats index e6781ed..dd77fd8 100644..100755 --- a/tests/entries.bats +++ b/tests/entries.bats @@ -1,3 +1,5 @@ +#!/usr/bin/env bats + @test "Firefox desktop entry and all its actions are extracted" { run ../sway-launcher-desktop.sh entries data/desktop-files/0/applications/firefox.desktop echo -e "OUTPUT:\n$output" @@ -19,4 +21,4 @@ echo "EXPECTED: foo-bar.desktop ACTUAL: $output" [ "$status" -eq 0 ] [[ ${#lines[@]} == 6 ]] -}
\ No newline at end of file +} |
