diff options
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/fish-3.3.1-r1.ebuild | 2 |
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 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 } |