From 938b7795262f9744642579132003a73f5781913f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 5 Jul 2024 23:25:33 +0300 Subject: Adapt tests to libbutl's manifest serializer which now uses new-fashioned multi-line value introducer --- tests/pkg-verify.testscript | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'tests/pkg-verify.testscript') diff --git a/tests/pkg-verify.testscript b/tests/pkg-verify.testscript index 8057aab..bbe2454 100644 --- a/tests/pkg-verify.testscript +++ b/tests/pkg-verify.testscript @@ -78,12 +78,14 @@ $* --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. @@ -93,7 +95,8 @@ $* --deep --ignore-unknown --manifest $src/foo-2.tar.gz >>EOO url: http://www.example.org/foo email: foo-users@example.org depends: bar == 2 - bootstrap-build:\ + bootstrap-build: + \ project = foo \ -- cgit v1.1