From 2af53f4069234e77dc6d5900fbc5eb7d2634a854 Mon Sep 17 00:00:00 2001 From: Síle Ekaterin Liszka Date: Tue, 19 Mar 2024 20:29:11 -0700 Subject: user/fish: remove a problematic test tests/checks/check-completions.fish is intended to see if completions work for all completions which have a working command to generate them. this is fragile and fails if a command exists but returns nonzero. --- user/fish/APKBUILD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user/fish/APKBUILD b/user/fish/APKBUILD index 09e2d3de0..0544bd24b 100644 --- a/user/fish/APKBUILD +++ b/user/fish/APKBUILD @@ -15,6 +15,11 @@ install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-deinstall" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-tools::noarch" source="https://github.com/fish-shell/fish-shell/releases/download/$pkgver/$pkgname-$pkgver.tar.xz" +prepare() { + default_prepare + rm tests/checks/check-completions.fish +} + build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -- cgit v1.2.3-60-g2f50