diff options
author | Patrick 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) |
commit | e204e64f7cd1113fcb24c25016ae1bfe82f2df7b (patch) | |
tree | 3647f817e5ab2457e37c6637ae48355387cb479a /tests/aux | |
parent | e37dd9295e0d1c842f33a0502d2af0612015543f (diff) |
Add test binary package with hyphenated name
And update tests.
Diffstat (limited to 'tests/aux')
-rw-r--r-- | tests/aux/common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/aux/common.sh b/tests/aux/common.sh index 13e0737..2da887e 100644 --- a/tests/aux/common.sh +++ b/tests/aux/common.sh @@ -86,8 +86,8 @@ export OPK_SOURCE='foo' export OPK_SOURCE_VERSION='1.0-1' export OPK_SOURCE_VERSION_UPSTREAM='1.0' export OPK_BINARY_VERSION='1.0-1' -export OPK_PACKAGES='foo bar' -export OPK_PACKAGES_REDUCED='foo bar' +export OPK_PACKAGES='foo baz-qux bar' +export OPK_PACKAGES_REDUCED='foo baz-qux bar' # Section 7.3.2 Build and Host System Variables # OPK_BUILD_ARCH_GNU and OPK_HOST_ARCH_GNU aren't set or used by opkbuild # utilities. These should be removed from the SPF. |