Commit f842600
committed
tests: remove obsolete < 3.2 skipif markers
why: tmux < 3.2 is now deprecated (TMUX_SOFT_MIN_VERSION = "3.2a").
All version skipif markers for < 3.0, < 3.2, <= 3.1, and < 2.9 are
now obsolete since all supported tmux versions have these features.
what:
- Remove skipif(has_lt_version("3.0")) from environment tests
- Remove skipif(has_lt_version("3.2")) from window direction tests
- Remove skipif(has_lt_version("2.9")) from resize tests
- Remove skipif(has_lte_version("3.1")) from zoom tests
- Clean up unused imports (has_lt_version, has_lte_version)1 parent 14a0aba commit f842600
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments