diff options
| author | Moritz Meißelbach <arbelzapf@gmail.com> | 2019-10-31 21:46:24 +0100 |
|---|---|---|
| committer | Moritz Meißelbach <arbelzapf@gmail.com> | 2019-10-31 21:46:24 +0100 |
| commit | 628f36f3812bcc9b0e5008f45e3e2bc3831bb489 (patch) | |
| tree | 7647626153b408de2ada69a0ec7d3143e0aa94d7 /tests/file-id.bats | |
| parent | abcb891359649559981d0ef522ed16ddf2b68908 (diff) | |
| download | sway-launcher-desktop-628f36f3812bcc9b0e5008f45e3e2bc3831bb489.tar.gz sway-launcher-desktop-628f36f3812bcc9b0e5008f45e3e2bc3831bb489.zip | |
Remove obsolete test case. This was from the bash solution which I never committed. This problem is now solved directly within awk and is unit-tested elsewhere
Diffstat (limited to 'tests/file-id.bats')
| -rw-r--r-- | tests/file-id.bats | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/file-id.bats b/tests/file-id.bats deleted file mode 100644 index 1da4295..0000000 --- a/tests/file-id.bats +++ /dev/null @@ -1,13 +0,0 @@ -@test "Firefox desktop file id is properly generated" { - run ../sway-launcher-desktop.sh desktop-file-id data/desktop-files/0/applications/firefox.desktop - echo "EXPECTED: foo-bar.desktop ACTUAL: $output" - [ "$status" -eq 0 ] - [[ "$output" == 'firefox.desktop' ]] -} - -@test "Desktop file id foo-bar.desktop from subdirectory is properly generated" { - run ../sway-launcher-desktop.sh desktop-file-id data/desktop-files/0/applications/foo/bar.desktop - echo "EXPECTED: foo-bar.desktop ACTUAL: $output" - [ "$status" -eq 0 ] - [[ "$output" == 'foo-bar.desktop' ]] -} |
