summaryrefslogtreecommitdiffstats
path: root/tests/exe/ob-buildopk.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 04:42:46 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-02 04:55:54 (EDT)
commite204e64f7cd1113fcb24c25016ae1bfe82f2df7b (patch)
tree3647f817e5ab2457e37c6637ae48355387cb479a /tests/exe/ob-buildopk.sh
parente37dd9295e0d1c842f33a0502d2af0612015543f (diff)
Add test binary package with hyphenated name
And update tests.
Diffstat (limited to 'tests/exe/ob-buildopk.sh')
-rwxr-xr-xtests/exe/ob-buildopk.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/exe/ob-buildopk.sh b/tests/exe/ob-buildopk.sh
index bfcc103..1797559 100755
--- a/tests/exe/ob-buildopk.sh
+++ b/tests/exe/ob-buildopk.sh
@@ -42,7 +42,8 @@ ls_inner()
plan_ 9
rm -Rf *'.data/' *'.control/'
-mkdir -p 'foo.data/usr/bin/' 'bar.data/' 'foo.control/' 'bar.control/'
+mkdir -p 'foo.data/usr/bin/' 'bar.data/' 'foo.control/' 'bar.control/' \
+ 'baz-qux.data/' 'baz-qux.control/'
cp -p '../../src/src/foo.sh' 'foo.data/usr/bin/'
touch 'foo.control/control' 'foo.control/md5sums' \
'bar.control/control' 'bar.control/md5sums'