From dfd879004b1a66ff197c4d41d9fb2e0839781a38 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Nov 2018 23:11:39 +0300 Subject: Fix pkg-update/vars tests --- tests/pkg-update.testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/pkg-update.testscript b/tests/pkg-update.testscript index 6f11ad1..512617b 100644 --- a/tests/pkg-update.testscript +++ b/tests/pkg-update.testscript @@ -148,7 +148,7 @@ $* 2>>EOE != 0 $pkg_configure libhello; $* -v config.cxx.poptions=-DG libhello +{ config.cxx.poptions+=-DL } 2>>~%EOE%; - %b .+ config\.cxx\.poptions=-DG config\.cxx\.poptions\+=-DL update.+% + %.+ config\.cxx\.poptions=-DG config\.cxx\.poptions\+=-DL update.+% %.{6} updated libhello/1.0.0 EOE @@ -164,7 +164,7 @@ $* 2>>EOE != 0 $pkg_build libhello 2>!; # To hold libhello package. $* -v --all config.cxx.poptions=-DG 2>>~%EOE%; - %b .+ config\.cxx\.poptions=-DG update.+% + %.+ config\.cxx\.poptions=-DG update.+% %.{6} updated libhello/1.0.0 EOE -- cgit v1.1