summaryrefslogtreecommitdiffstats
path: root/tests/exe/ob-genchanges.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2024-02-21 21:42:12 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2024-02-21 21:42:12 (EST)
commit91863a2f944400f11e16d039f2e9270af34bb8a1 (patch)
tree3030f732acdae0519fade047e7866f7466cdafa1 /tests/exe/ob-genchanges.sh
parent71552d25e112928e8c64ec8bc916b376f95736dc (diff)
tests: Make "Package: bar" "Architecture: any"
Diffstat (limited to 'tests/exe/ob-genchanges.sh')
-rwxr-xr-xtests/exe/ob-genchanges.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exe/ob-genchanges.sh b/tests/exe/ob-genchanges.sh
index 76f62cb..7fc8ec8 100755
--- a/tests/exe/ob-genchanges.sh
+++ b/tests/exe/ob-genchanges.sh
@@ -25,7 +25,7 @@ set -eu
plan_ 2
>'../../foo:i686-linux-glibc_1.0-1_i686-linux-glibc_all.opk'
->'../../bar_1.0-1_all_all.opk'
+>'../../bar_1.0-1_i686-linux-glibc_all.opk'
>'../../baz+qux_1.0-1_all_all.opk'
>'../../baz-qux_1.0-1_all_all.opk'
@@ -53,5 +53,5 @@ cmd_is 'changes file' cat '../../foo_1.0-1_i686-linux-glibc_x60.changes' <<-EOF
0 lib foo:i686-linux-glibc_1.0-1_i686-linux-glibc_all.opk
0 base baz+qux_1.0-1_all_all.opk
0 base baz-qux_1.0-1_all_all.opk
- 0 util bar_1.0-1_all_all.opk
+ 0 util bar_1.0-1_i686-linux-glibc_all.opk
EOF