shunit2: remove bash from checkdepends

- bash is provided by chroot-bash inside chroot
- upon installing checkdepends, bash will replace chroot-bash,
  upon cleanup after checking, uninstall bash will render chroot
  broken, see #23929
- check is failing on testIssue84 with both bash and chroot-bash,
  I didn't bother to check why.
This commit is contained in:
Đoàn Trần Công Danh 2020-08-03 07:48:51 +07:00
parent 3da2af87f2
commit 7a74343620

View file

@ -4,7 +4,7 @@ version=2.1.8
revision=1 revision=1
archs=noarch archs=noarch
depends="bash" depends="bash"
checkdepends="bash zsh ksh" checkdepends="zsh ksh"
short_desc="Unit testing framework for Unix shell scripts based on xUnit" short_desc="Unit testing framework for Unix shell scripts based on xUnit"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"