fish-shell: enable tests locally

This commit is contained in:
Piotr Wójcik 2021-04-20 00:05:50 +02:00 committed by Piotr
parent 108d40b16c
commit d18b2f9105

View file

@ -16,7 +16,7 @@ distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}
checksum=5944da1a8893d11b0828a4fd9136ee174549daffb3d0adfdd8917856fe6b4009
register_shell="/bin/fish /usr/bin/fish"
# tests don't work as root
make_check=extended
make_check=ci-skip
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"