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/pkg-verify.testscript | |
parent | 4eaa6085c69abc6a519971045e962d8bb6969b6f (diff) |
Adapt tests to multi-line manifest values serialization change
Diffstat (limited to 'tests/pkg-verify.testscript')
-rw-r--r-- | tests/pkg-verify.testscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkg-verify.testscript b/tests/pkg-verify.testscript index 81821cb..9c56466 100644 --- a/tests/pkg-verify.testscript +++ b/tests/pkg-verify.testscript @@ -77,12 +77,12 @@ $* --deep --ignore-unknown --manifest $src/foo-2.tar.gz >>EOO version: 2 summary: The "Foo" utility license: MIT - description: \ + description:\ This package contains the foo utility. \ description-type: text/plain - changes: \ + changes:\ Version 2 * First public release. |