summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/fish/fish-3.3.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/fish/fish-3.3.1-r1.ebuild b/app-shells/fish/fish-3.3.1-r1.ebuild
index bd040a633309..184f01e1dcab 100644
--- a/app-shells/fish/fish-3.3.1-r1.ebuild
+++ b/app-shells/fish/fish-3.3.1-r1.ebuild
@@ -93,7 +93,7 @@ src_install() {
src_test() {
# some tests are fragile, sanitize environment
local -x COLUMNS=80
- local -X LINES=24
+ local -x LINES=24
# very fragile, depends on terminal, size, tmux, screen and timing
rm -v tests/pexpects/terminal.py || die