diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-22 18:10:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-08-22 18:10:21 +0300 |
commit | 5e9beb9b7020ed688a1df23344df809af3618b8b (patch) | |
tree | 7cb9f149716d0bfbf292a47512651f85e66549e4 /tests/pkg-clean.test | |
parent | 48b997c0291ed2d3d4c28de0daeb31b75c91b1b6 (diff) |
Shorten build2 output matching regexes in testscripts
Diffstat (limited to 'tests/pkg-clean.test')
-rw-r--r-- | tests/pkg-clean.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-clean.test b/tests/pkg-clean.test index 746f196..552c82b 100644 --- a/tests/pkg-clean.test +++ b/tests/pkg-clean.test @@ -100,7 +100,7 @@ $* 2>>EOE != 0 $pkg_configure libhello && $pkg_update libhello; $* libhello 2>>~%EOE%; - %.{6} + %rm .+%{6} cleaned libhello/1.0.0 EOE @@ -122,7 +122,7 @@ $* 2>>EOE != 0 $pkg_configure libhello && $pkg_update libhello; $* libhello 2>>~%EOE%; - %.{8} + %rm .+%{8} cleaned libhello/1.0.0 EOE |