From f225cddbb26ada538cb2ceba996efed9bdefc0aa Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 23 Nov 2021 21:59:01 +0300 Subject: Adapt tests to multi-line manifest values serialization change --- tests/pkg-verify.testscript | 4 ++-- tests/rep-info.testscript | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tests') 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. 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 \ -- cgit v1.1