aboutsummaryrefslogtreecommitdiff
path: root/tests/pkg-verify.testscript
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-07-05 23:25:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-07-05 23:25:33 +0300
commit938b7795262f9744642579132003a73f5781913f (patch)
tree00e602203e37e9a14f79c94f6ce813cf2e751c9f /tests/pkg-verify.testscript
parent9bce5bdd4c72025333c4cf3b5ee57ea6644093bc (diff)
Adapt tests to libbutl's manifest serializer which now uses new-fashioned multi-line value introducer
Diffstat (limited to 'tests/pkg-verify.testscript')
-rw-r--r--tests/pkg-verify.testscript9
1 files changed, 6 insertions, 3 deletions
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
\