From d81896a621db405706ee9fea66add33d99c27ae6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Sep 2018 22:40:08 +0300 Subject: Fix pkg-build testscript --- tests/pkg-build.testscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -- cgit v1.1