diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 10:48:27 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 10:48:27 +0000 |
commit | ee61ea1c91ff5a97b98163839dae97c7bd8ce526 (patch) | |
tree | 2898cb16a2c5915ec8f0ad421b559e45bf893ea5 /main/pcre | |
parent | 09af97b822c64b353bebbf6c3b76b90eb091728d (diff) | |
download | aports-ee61ea1c91ff5a97b98163839dae97c7bd8ce526.tar.bz2 aports-ee61ea1c91ff5a97b98163839dae97c7bd8ce526.tar.xz |
main/pcre: fix test typo
Diffstat (limited to 'main/pcre')
-rw-r--r-- | main/pcre/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pcre/APKBUILD b/main/pcre/APKBUILD index d8b41d5e3a..ffd1185be7 100644 --- a/main/pcre/APKBUILD +++ b/main/pcre/APKBUILD @@ -52,7 +52,7 @@ check() { # paxmark tests requiring JIT for fn in pcre_jit_test pcretest; do ./$fn &>/dev/null < /dev/null || true - [ .libs/lt-$fn ] && paxmark -m .libs/lt-$fn + [ -x .libs/lt-$fn ] && paxmark -m .libs/lt-$fn done # skip locale specific tests |