From 1af95b30a2e88083e2cc739f259be8feb9038881 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 08 Dec 2020 01:51:34 -0500 Subject: tests/exe/ob-gencontrol.sh: Test newlines in B-D --- diff --git a/tests/data/pkg/control b/tests/data/pkg/control index 3165de1..f8717ef 100644 --- a/tests/data/pkg/control +++ b/tests/data/pkg/control @@ -1,2 +1,3 @@ Maintainer: "J. Random Hacker" -Build-Depends: build-all-runes +Build-Depends: build-all-runes, quiet-untuned-xylophone, + something-completely-different, diff --git a/tests/exe/ob-gencontrol.sh b/tests/exe/ob-gencontrol.sh index ad12d60..fd58dc9 100755 --- a/tests/exe/ob-gencontrol.sh +++ b/tests/exe/ob-gencontrol.sh @@ -34,7 +34,8 @@ cmd_is 'source package control file' cat 'src:foo.control/control' <<-EOF Architecture: src Platform: all Maintainer: "J. Random Hacker" - Build-Depends: build-all-runes + Build-Depends: build-all-runes, quiet-untuned-xylophone, $(: \ + )something-completely-different Installed-Size: 0 Format: 2.0 Description: foo source package -- cgit v0.9.1