From e204e64f7cd1113fcb24c25016ae1bfe82f2df7b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Apr 2019 04:42:46 -0400 Subject: Add test binary package with hyphenated name And update tests. --- (limited to 'tests/exe/ob-gencontrol.sh') diff --git a/tests/exe/ob-gencontrol.sh b/tests/exe/ob-gencontrol.sh index 554e53e..f64d512 100755 --- a/tests/exe/ob-gencontrol.sh +++ b/tests/exe/ob-gencontrol.sh @@ -22,7 +22,7 @@ set -eu . "${TOP_SRCDIR}/tests/aux/tap-functions.sh" . "${TOP_SRCDIR}/tests/aux/common.sh" -plan_ 8 +plan_ 10 rm -Rf 'src/' *'.data/' cp -Rp '../../src/' 'src/' @@ -64,4 +64,20 @@ 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" + Depends: bar + Installed-Size: 0 + Description: Hyphenate all the things + This is a frobnicator of objects. Conveniently, it also $(: \ + )bit-bangs all + registers. + . + This package's name contains a hyphen. That is all. + EOF done -- cgit v0.9.1