diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-23 21:59:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-23 21:59:01 +0300 |
commit | f225cddbb26ada538cb2ceba996efed9bdefc0aa (patch) | |
tree | 3d80ca9187f2fdd7940fcae7b44c88b8666f915c /tests/rep-info.testscript | |
parent | 4eaa6085c69abc6a519971045e962d8bb6969b6f (diff) |
Adapt tests to multi-line manifest values serialization change
Diffstat (limited to 'tests/rep-info.testscript')
-rw-r--r-- | tests/rep-info.testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/rep-info.testscript b/tests/rep-info.testscript index 8ea0e5b..7161188 100644 --- a/tests/rep-info.testscript +++ b/tests/rep-info.testscript @@ -129,7 +129,7 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0+1 summary: libbar license: MIT - description: \ + description:\ TODO \ @@ -158,7 +158,7 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0+1 summary: libbar license: MIT - description: \ + description:\ TODO \ @@ -169,7 +169,7 @@ $* --name $rep/testing >"pkg:build2.org/rep-info/testing ($rep/testing)" version: 1.0.0 summary: libmbar license: MIT - description: \ + description:\ TODO \ |