summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-11-13 23:11:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-11-13 23:11:39 +0300
commitdfd879004b1a66ff197c4d41d9fb2e0839781a38 (patch)
tree8a5bbe72aefe9d0023bf77d8bcdcba0593ec5d99
parent0e31447976e338956f4aef98930f2f28261d9983 (diff)
downloadbpkg-dfd879004b1a66ff197c4d41d9fb2e0839781a38.tar.gz
bpkg-dfd879004b1a66ff197c4d41d9fb2e0839781a38.tar.xz
bpkg-dfd879004b1a66ff197c4d41d9fb2e0839781a38.zip
Fix pkg-update/vars tests
-rw-r--r--tests/pkg-update.testscript4
1 files changed, 2 insertions, 2 deletions
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