diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-05 23:29:55 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-05 23:29:55 (EDT) |
commit | b72afb4bca00fe4148fb3f9f8cea074ec1b8a661 (patch) | |
tree | 453b87458d5fbc634d43762a18c297d23e64fa04 | |
parent | 5e37d4b9e4d46ac1ccb6c2b8ea9630c3ac7b7e03 (diff) |
tests: s/utils/util/ in Section
-rw-r--r-- | tests/data/pkg/bar.pkg/control | 2 | ||||
-rwxr-xr-x | tests/exe/ob-genchanges.sh | 2 | ||||
-rwxr-xr-x | tests/exe/ob-gencontrol.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/pkg/bar.pkg/control b/tests/data/pkg/bar.pkg/control index 78bf79c..fff5663 100644 --- a/tests/data/pkg/bar.pkg/control +++ b/tests/data/pkg/bar.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Section: utils +Section: util Description: Bit-bang All Registers ${Common-Description} . diff --git a/tests/exe/ob-genchanges.sh b/tests/exe/ob-genchanges.sh index d9545f4..580942b 100755 --- a/tests/exe/ob-genchanges.sh +++ b/tests/exe/ob-genchanges.sh @@ -50,5 +50,5 @@ cmd_is 'changes file' cat '../../foo_1.0-1_i686-linux-glibc_x60.changes' <<-EOF Files: 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 utils bar_1.0-1_all_all.opk + 0 util bar_1.0-1_all_all.opk EOF diff --git a/tests/exe/ob-gencontrol.sh b/tests/exe/ob-gencontrol.sh index 9aa49a6..ad12d60 100755 --- a/tests/exe/ob-gencontrol.sh +++ b/tests/exe/ob-gencontrol.sh @@ -72,7 +72,7 @@ for run in 'first' 'second'; do Version: 1.0-1 Architecture: all Platform: all - Section: utils + Section: util Maintainer: "J. Random Hacker" <jrandom@example.com> Installed-Size: 0 Description: Bit-bang All Registers |