aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-09-07 22:40:08 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-09-07 22:40:08 +0300
commitd81896a621db405706ee9fea66add33d99c27ae6 (patch)
tree1768764219f7ed01e00edc8f1418dd865031283f
parente4bca8f0e263dde6240bba21d4cb341d9d3ab414 (diff)
Fix pkg-build testscript
-rw-r--r--tests/pkg-build.testscript6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pkg-build.testscript b/tests/pkg-build.testscript
index f1bfd08..9c931bb 100644
--- a/tests/pkg-build.testscript
+++ b/tests/pkg-build.testscript
@@ -3159,7 +3159,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
disfigured libhello/1.0.0
using libhello/1.0.1 (external)
configured libhello/1.0.1
- %ld .+%?
+ %(ld|ar) .+%*
updated libhello/1.0.1
EOE
@@ -3189,7 +3189,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
disfigured libhello/1.0.0
using libhello/1.0.1 (external)
configured libhello/1.0.1
- %ld .+%?
+ %(ld|ar) .+%*
updated libhello/1.0.1
EOE
@@ -3206,7 +3206,7 @@ rep_fetch += -d cfg --auth all --trust-yes 2>!
$* libhello 2>>~%EOE%;
configured libhello/1.0.1
- %ld .+%?
+ %(ld|ar) .+%*
updated libhello/1.0.1
EOE