diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-25 20:45:27 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-25 20:45:27 +0300 |
commit | 745aee900cbfe1d780b3355736672782daa004dc (patch) | |
tree | bc52d0308ec2d7500c6f951d31879b36357b1889 | |
parent | d76eda63a975cf85b451bb7f6de2f00802f856d4 (diff) |
Adapt pkg-update test to build2 changes
-rw-r--r-- | tests/pkg-update.test | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/tests/pkg-update.test b/tests/pkg-update.test index 4e92650..9dda056 100644 --- a/tests/pkg-update.test +++ b/tests/pkg-update.test @@ -101,12 +101,7 @@ $* 2>>EOE != 0 $pkg_configure libhello; $* $j1 libhello 2>>~%EOE%; - %c\+\+ .+% - %ld .+% - %c\+\+ .+% - %ld .+% - %c\+\+ .+% - %ld .+% + %.{6,9} updated libhello/1.0.0 EOE @@ -129,12 +124,7 @@ $* 2>>EOE != 0 $* $j1 libhello 2>>~%EOE%; %mkdir .+% %mkdir .+% - %c\+\+ .+% - %ld .+% - %c\+\+ .+% - %ld .+% - %c\+\+ .+% - %ld .+% + %.{6,9} updated libhello/1.0.0 EOE |