commit: 8a6e24ea556db61d5dd5da952e199c86d04d0e47
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 22:26:07 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 22:27:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6e24ea
app-shells/fish: fix whitespace
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-shells/fish/fish-3.3.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/fish/fish-3.3.1-r1.ebuild
b/app-shells/fish/fish-3.3.1-r1.ebuild
index ea484c82c7b0..d0d5a67aeecf 100644
--- a/app-shells/fish/fish-3.3.1-r1.ebuild
+++ b/app-shells/fish/fish-3.3.1-r1.ebuild
@@ -92,7 +92,7 @@ src_test() {
local -X LINES=24
# very fragile, depends on terminal, size, tmux, screen and timing
- rm -v tests/pexpects/terminal.py || die
+ rm -v tests/pexpects/terminal.py || die
cmake_build test
}