diff options
-rw-r--r-- | tests/pkg-update.testscript | 4 |
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 |