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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user