Files
guru/app-misc/navi/files/navi-2.23.0-remove-tests.patch
Takuya Wakazono 53be77bf7e app-misc/navi: add 2.23.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-02-08 18:48:47 +09:00

16 lines
360 B
Diff

Remove tests which require internet access.
--- a/tests/run
+++ b/tests/run
@@ -160,11 +160,4 @@
test::run "fish" _navi_widget "fish"
test::run "elvish" _navi_widget "elvish"
-test::set_suite "3rd party"
-test::run "tldr" _navi_tldr
-test::run "cheatsh" _navi_cheatsh
-
-test::set_suite "integration"
-test::run "welcome->pwd" _integration
-
test::finish