diff options
-rw-r--r-- | main/postgresql/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/postgresql/APKBUILD b/main/postgresql/APKBUILD index e3a27dab47..fa38277d46 100644 --- a/main/postgresql/APKBUILD +++ b/main/postgresql/APKBUILD @@ -124,8 +124,7 @@ check() { cd "$builddir" _run_tests src/test - # FIXEME: fix plperl which fails - # _run_tests src/pl + _run_tests src/pl _run_tests contrib } |