diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-17 14:07:47 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-17 14:08:31 (EDT) |
commit | 40502c667e1207023e81de17ae378de908ac0632 (patch) | |
tree | d7c4da35e9bdb9818d6ebaec40899264444c9cb5 /tests/exe | |
parent | bc6d37a583b931fb9378560a9c1b55784c622ac9 (diff) |
ob-genchanges: Use "Section" field when present
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-genchanges.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exe/ob-genchanges.sh b/tests/exe/ob-genchanges.sh index c0e38fc..1b8e951 100755 --- a/tests/exe/ob-genchanges.sh +++ b/tests/exe/ob-genchanges.sh @@ -48,7 +48,7 @@ cmd_is 'changes file' cat '../../foo_1.0-1_i686-linux-glibc_x60.changes' <<-EOF foo (1.0-1) trunk * Initial release. Files: - 0 base foo_1.0-1_i686-linux-glibc_all.opk + 0 libdev foo_1.0-1_i686-linux-glibc_all.opk 0 base baz-qux_1.0-1_all_all.opk - 0 base bar_1.0-1_all_all.opk + 0 utils bar_1.0-1_all_all.opk EOF |