Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Thu, 23 Dec 2021 22:37:42
Message-Id: 1640299024.f986c5a4d7d7af8c7a7e549e44d5662066b42de1.gyakovlev@gentoo
1 commit: f986c5a4d7d7af8c7a7e549e44d5662066b42de1
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 22:37:04 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 22:37:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f986c5a4
7
8 app-shells/fish: fix local -x case typo
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-shells/fish/fish-3.3.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/fish/fish-3.3.1-r1.ebuild b/app-shells/fish/fish-3.3.1-r1.ebuild
16 index bd040a633309..184f01e1dcab 100644
17 --- a/app-shells/fish/fish-3.3.1-r1.ebuild
18 +++ b/app-shells/fish/fish-3.3.1-r1.ebuild
19 @@ -93,7 +93,7 @@ src_install() {
20 src_test() {
21 # some tests are fragile, sanitize environment
22 local -x COLUMNS=80
23 - local -X LINES=24
24 + local -x LINES=24
25
26 # very fragile, depends on terminal, size, tmux, screen and timing
27 rm -v tests/pexpects/terminal.py || die