summaryrefslogtreecommitdiffstats
path: root/tests/exe/ob-gencontrol.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exe/ob-gencontrol.sh')
-rwxr-xr-xtests/exe/ob-gencontrol.sh22
1 files changed, 20 insertions, 2 deletions
diff --git a/tests/exe/ob-gencontrol.sh b/tests/exe/ob-gencontrol.sh
index fd58dc9..ecae536 100755
--- a/tests/exe/ob-gencontrol.sh
+++ b/tests/exe/ob-gencontrol.sh
@@ -22,14 +22,14 @@ set -eu
. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
. "${TOP_SRCDIR}/tests/aux/common.sh"
-plan_ 12
+plan_ 14
OB_DO_SOURCE='true' command_ok_ 'ob-gencontrol source package exit status' -- \
ob-gencontrol
cmd_is 'source package control file' cat 'src:foo.control/control' <<-EOF
Package: src:foo
Source: foo
- Binary: bar baz-qux foo
+ Binary: bar baz+qux baz-qux foo
Version: 1.0-1
Architecture: src
Platform: all
@@ -83,6 +83,24 @@ for run in 'first' 'second'; do
.
This package assists in bit-banging all yer registers.
EOF
+ cmd_is 'control file' cat 'baz+qux.control/control' <<-EOF
+ Package: baz+qux
+ Source: foo
+ Version: 1.0-1
+ Architecture: all
+ Platform: all
+ Maintainer: "J. Random Hacker" <jrandom@example.com>
+ Depends: bar
+ Installed-Size: 0
+ Description: Add all the things
+ This is a frobnicator of objects. Conveniently, it also $(: \
+ )bit-bangs all
+ registers.
+ .
+ This package's name contains a plus sign, not to be $(: \
+ )confused with the one that
+ instead contains a hyphen.
+ EOF
cmd_is 'control file' cat 'baz-qux.control/control' <<-EOF
Package: baz-qux
Source: foo