summaryrefslogtreecommitdiff
path: root/tests/test_steam_service.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_steam_service.py')
-rw-r--r--tests/test_steam_service.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_steam_service.py b/tests/test_steam_service.py
index 719249d..3f0283b 100644
--- a/tests/test_steam_service.py
+++ b/tests/test_steam_service.py
@@ -20,6 +20,8 @@ class SteamShortcutTests(unittest.TestCase):
self.assertTrue(is_direct_flatpak_shortcut("flatpak"))
self.assertTrue(is_direct_flatpak_shortcut("/usr/bin/flatpak run com.example.Game"))
self.assertTrue(is_direct_flatpak_shortcut('~/.lsfg "/usr/bin/flatpak"'))
+ self.assertTrue(is_direct_flatpak_shortcut('~/lsfg "usr/bin/flatpak"'))
+ self.assertTrue(is_direct_flatpak_shortcut('~/.local/bin/mako-run "/usr/bin/flatpak"'))
self.assertFalse(is_direct_flatpak_shortcut("/usr/bin/bash"))
self.assertFalse(is_direct_flatpak_shortcut("/home/deck/Emulation/tools/launchers/retroarch.sh"))
self.assertFalse(is_direct_flatpak_shortcut("/home/deck/Emulation/tools/launchers/ppsspp.sh"))