diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 14:56:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 16:00:56 +0300 |
commit | 0de5118f54606c5654ef2c2148e49f6f14713f88 (patch) | |
tree | 02766421d8e2fd710b9f9d8d4bfeda530080a6db /tests/pkg-clean.test | |
parent | 03cf736329b821bf90edcf8c0c1add61008ef858 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
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 a76c1e6..80b077b 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%; - %.{7} + %.{6} cleaned libhello/1.0.0 EOE @@ -122,7 +122,7 @@ $* 2>>EOE != 0 $pkg_configure libhello && $pkg_update libhello; $* libhello 2>>~%EOE%; - %.{9} + %.{8} cleaned libhello/1.0.0 EOE |