File: disable-zsh-completion-test.patch

package info (click to toggle)
trippy 0.12.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,744 kB
  • sloc: sh: 49; makefile: 28
file content (9 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Description: Disable shell completion tests for zsh
 which I'm unfamiliar with and at a glance doesn't hurt usability.
Forwarded: not-needed
Last-Update: 2024-12-06
--- a/crates/trippy-tui/src/print.rs
+++ b/crates/trippy-tui/src/print.rs
@@ -79 +79 @@
-    #[test_case(&shell_completions(Shell::Zsh).unwrap(), "generate zsh shell completions"; "generate zsh shell completions")]
+    //#[test_case(&shell_completions(Shell::Zsh).unwrap(), "generate zsh shell completions"; "generate zsh shell completions")]