diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2017-09-19 17:55:02 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-20 09:00:07 +0000 |
commit | c74a2a726a0e5347e089ba72501979bbba76d60f (patch) | |
tree | 5e4eefc6600260d12ff23827cc71cff54b24aa92 | |
parent | a6dde8614b613a80d9692a1fb1a501036e40d4a3 (diff) | |
download | aports-c74a2a726a0e5347e089ba72501979bbba76d60f.tar.bz2 aports-c74a2a726a0e5347e089ba72501979bbba76d60f.tar.xz |
main/checkbashisms: enable tests
-rw-r--r-- | main/checkbashisms/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/checkbashisms/APKBUILD b/main/checkbashisms/APKBUILD index 895119f6b4..0be0b580e9 100644 --- a/main/checkbashisms/APKBUILD +++ b/main/checkbashisms/APKBUILD @@ -6,7 +6,6 @@ pkgdesc="Basic checks on shell scripts for the presence of non portable syntax" url="http://sourceforge.net/projects/checkbaskisms/" arch="noarch" license="GPL2" -options="!check" # No test suite. depends="perl" source="http://downloads.sourceforge.net/project/checkbaskisms/$pkgver/checkbashisms checkbashisms-perl-5.26.patch" |