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