diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 09:32:01 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-16 09:32:01 (EDT) |
commit | 69bc3e53f6d4390d6d270878fa0a7b1719123d61 (patch) | |
tree | c86da145721238bdb773d8587452c4aae50a1f73 /tests/exe | |
parent | 8cc2d9aaadd3f119458003774fde3a1ce0c05d4d (diff) |
tests/exe/ob-buildopk.sh: Run ob-buildopk with fakeroot
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-buildopk.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/exe/ob-buildopk.sh b/tests/exe/ob-buildopk.sh index 1797559..52b050b 100755 --- a/tests/exe/ob-buildopk.sh +++ b/tests/exe/ob-buildopk.sh @@ -48,7 +48,8 @@ cp -p '../../src/src/foo.sh' 'foo.data/usr/bin/' touch 'foo.control/control' 'foo.control/md5sums' \ 'bar.control/control' 'bar.control/md5sums' -command_ok_ 'ob-buildopk exit status' -- ob-buildopk +# TODO: Parameterize fakeroot +command_ok_ 'ob-buildopk exit status' -- fakeroot ob-buildopk for opk in '../../foo_1.0-1_i686-linux-glibc_all.opk' \ '../../bar_1.0-1_all_all.opk'; do command_ok_ 'opk exists' -- [ -f "${opk}" ] |