diff options
Diffstat (limited to 'community/perl-iptables-parse/APKBUILD')
-rw-r--r-- | community/perl-iptables-parse/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/perl-iptables-parse/APKBUILD b/community/perl-iptables-parse/APKBUILD index 7aac9c939a0..b6c19895a43 100644 --- a/community/perl-iptables-parse/APKBUILD +++ b/community/perl-iptables-parse/APKBUILD @@ -27,7 +27,7 @@ build() { } check() { - make test + make test } package() { |