diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-25 09:39:13 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-09-25 09:40:50 (EDT) |
commit | dfc2e98ae678073977cd66a41592aee25454d757 (patch) | |
tree | 9607e21cd8ee46382feb75385d699c4da0c5f082 /tests/aux | |
parent | af90456043bb2e8a0de9e4fc70e82f4e2ff4b4c0 (diff) |
tests: Add package with duplicate clean name
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 3ea3740..effc208 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 baz-qux bar' -export OPK_PACKAGES_REDUCED='foo baz-qux bar' +export OPK_PACKAGES='foo baz+qux baz-qux bar' +export OPK_PACKAGES_REDUCED='foo baz+qux 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. |