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